#CF91D8

Color #CF91D8 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CF91D8

Tints of Wisteria #CF91D8

Color information

#CF91D8 (or 0xCF91D8) is unknown color: approx Wisteria. HEX triplet: CF, 91 and D8. RGB value is (207,145,216). Sum of RGB (Red+Green+Blue) = 207+145+216=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF91D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91D8 is #306E27. Grayscale: #ABABAB. Windows color (decimal): -3173928 or 14193103. OLE color: 14193103.

HSL color Cylindrical-coordinate representation of color #CF91D8: hue angle of 292.39º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF91D8 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207145216-
CMYK0.040.3300.15
HSL292.39º47.65%70.78%-
HSV(B)292.39º32.87%84.71%-
XYZ48.2538.4769.85-
YUV171.63153.04153.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 145 (57.03% from 255) = 25.53%
BLUE value IS 216 (84.77% from 255) = 38.03%
R=36.44%
G=25.53%
B=38.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071452160.040.3300.15292.3947.6570.78
HexCF91D84210F1243047
Octal31722133044101744460107
Binary110011111001000111011000100100001011111001001001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF91D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF91D8; }

 p { color: rgb(207,145,216); }

 H1.HeaderClassName
 {
   color: #CF91D8;
 }
 .AnyTagClassName
 {
   color: #CF91D8;
 }
</style>
background-color css

<style>
 a { background-color: #CF91D8; }

 a { background-color: rgb(207,145,216); }

 div.DivClassName
 {
   background-color: #CF91D8;
 }
 .BgClassName
 {
   background-color: #CF91D8;
 }
</style>
border-color css

<style>
 span { border-color: #CF91D8; }

 span { border-color: rgb(207,145,216); }

 td.TdClassName
 {
   border-color: #CF91D8;
 }
 .TagClassName
 {
   border-color: #CF91D8;
 }
</style>