#cf9ee0

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

Shades of Wisteria #CF9EE0

Tints of Wisteria #CF9EE0

Color information

#CF9EE0 (or 0xCF9EE0) is unknown color: approx Wisteria. HEX triplet: CF, 9E and E0. RGB value is (207,158,224). Sum of RGB (Red+Green+Blue) = 207+158+224=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF9EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EE0 is #30611F. Grayscale: #B3B3B3. Windows color (decimal): -3170592 or 14720719. OLE color: 14720719.

HSL color Cylindrical-coordinate representation of color #CF9EE0: hue angle of 284.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9EE0 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207158224-
CMYK0.080.2900.12
HSL284.55º51.56%74.9%-
HSV(B)284.55º29.46%87.84%-
XYZ51.4143.176.13-
YUV180.18152.73147.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 158 (62.11% from 255) = 26.83%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=35.14%
G=26.83%
B=38.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071582240.080.2900.12284.5551.5674.9
HexCF9EE081D0C11d344b
Octal317236340103501443564113
Binary110011111001111011100000100011101011001000111011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf9ee0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf9ee0; }

 p { color: rgb(207,158,224); }

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

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

 a { background-color: rgb(207,158,224); }

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

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

 span { border-color: rgb(207,158,224); }

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