#CF9CDD

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

Shades of Wisteria #CF9CDD

Tints of Wisteria #CF9CDD

Color information

#CF9CDD (or 0xCF9CDD) is unknown color: approx Wisteria. HEX triplet: CF, 9C and DD. RGB value is (207,156,221). Sum of RGB (Red+Green+Blue) = 207+156+221=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CDD is #306322. Grayscale: #B2B2B2. Windows color (decimal): -3171107 or 14523599. OLE color: 14523599.

HSL color Cylindrical-coordinate representation of color #CF9CDD: hue angle of 287.08º degrees, saturation: 0.49, 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 #CF9CDD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207156221-
CMYK0.060.2900.13
HSL287.08º48.87%73.92%-
HSV(B)287.08º29.41%86.67%-
XYZ50.6742.2673.89-
YUV178.66151.9148.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 156 (61.33% from 255) = 26.71%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=35.45%
G=26.71%
B=37.84%

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
Decimal2071562210.060.2900.13287.0848.8773.92
HexCF9CDD61D0D11f314a
Octal31723433563501543761112
Binary11001111100111001101110111011101011011000111111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9CDD; }

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

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

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

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

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

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

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

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