#CF91DE

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

Shades of Wisteria #CF91DE

Tints of Wisteria #CF91DE

Color information

#CF91DE (or 0xCF91DE) is unknown color: approx Wisteria. HEX triplet: CF, 91 and DE. RGB value is (207,145,222). Sum of RGB (Red+Green+Blue) = 207+145+222=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF91DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91DE is #306E21. Grayscale: #ACACAC. Windows color (decimal): -3173922 or 14586319. OLE color: 14586319.

HSL color Cylindrical-coordinate representation of color #CF91DE: hue angle of 288.31º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF91DE is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207145222-
CMYK0.070.3500.13
HSL288.31º53.85%71.96%-
HSV(B)288.31º34.68%87.06%-
XYZ49.0438.7974.01-
YUV172.32156.04152.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 145 (57.03% from 255) = 25.26%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=36.06%
G=25.26%
B=38.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071452220.070.3500.13288.3153.8571.96
HexCF91DE7230D1203648
Octal31722133674301544066110
Binary110011111001000111011110111100011011011001000001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF91DE; }

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

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

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

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

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

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

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

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