#CF9CDE

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

Shades of Wisteria #CF9CDE

Tints of Wisteria #CF9CDE

Color information

#CF9CDE (or 0xCF9CDE) is unknown color: approx Wisteria. HEX triplet: CF, 9C and DE. RGB value is (207,156,222). Sum of RGB (Red+Green+Blue) = 207+156+222=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF9CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CDE is #306321. Grayscale: #B2B2B2. Windows color (decimal): -3171106 or 14589135. OLE color: 14589135.

HSL color Cylindrical-coordinate representation of color #CF9CDE: hue angle of 286.36º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF9CDE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207156222-
CMYK0.070.3000.13
HSL286.36º50%74.12%-
HSV(B)286.36º29.73%87.06%-
XYZ50.8142.3274.6-
YUV178.77152.4148.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=35.38%
G=26.67%
B=37.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071562220.070.3000.13286.365074.12
HexCF9CDE71E0D11e324a
Octal31723433673601543662112
Binary11001111100111001101111011111110011011000111101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9CDE; }

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

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

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

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

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

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

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

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