#CF9EDD

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

Shades of Wisteria #CF9EDD

Tints of Wisteria #CF9EDD

Color information

#CF9EDD (or 0xCF9EDD) is unknown color: approx Wisteria. HEX triplet: CF, 9E and DD. RGB value is (207,158,221). Sum of RGB (Red+Green+Blue) = 207+158+221=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EDD is #306122. Grayscale: #B3B3B3. Windows color (decimal): -3170595 or 14524111. OLE color: 14524111.

HSL color Cylindrical-coordinate representation of color #CF9EDD: hue angle of 286.67º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9EDD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207158221-
CMYK0.060.2900.13
HSL286.67º48.09%74.31%-
HSV(B)286.67º28.51%86.67%-
XYZ51.0142.9474.01-
YUV179.83151.23147.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=35.32%
G=26.96%
B=37.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071582210.060.2900.13286.6748.0974.31
HexCF9EDD61D0D11f304a
Octal31723633563501543760112
Binary11001111100111101101110111011101011011000111111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9EDD; }

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

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

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

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

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

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

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

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