#CF9CD6

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

Shades of Wisteria #CF9CD6

Tints of Wisteria #CF9CD6

Color information

#CF9CD6 (or 0xCF9CD6) is unknown color: approx Wisteria. HEX triplet: CF, 9C and D6. RGB value is (207,156,214). Sum of RGB (Red+Green+Blue) = 207+156+214=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF9CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CD6 is #306329. Grayscale: #B1B1B1. Windows color (decimal): -3171114 or 14064847. OLE color: 14064847.

HSL color Cylindrical-coordinate representation of color #CF9CD6: hue angle of 292.76º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF9CD6 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207156214-
CMYK0.030.2700.16
HSL292.76º41.43%72.55%-
HSV(B)292.76º27.1%83.92%-
XYZ49.7641.969.08-
YUV177.86148.4148.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 156 (61.33% from 255) = 27.04%
BLUE value IS 214 (83.98% from 255) = 37.09%
R=35.88%
G=27.04%
B=37.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071562140.030.2700.16292.7641.4372.55
HexCF9CD631B0101252949
Octal31723432633302044551111
Binary11001111100111001101011011110110100001001001011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9CD6; }

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

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

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

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

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

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

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

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