#CF9DED

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

Shades of Wisteria #CF9DED

Tints of Wisteria #CF9DED

Color information

#CF9DED (or 0xCF9DED) is unknown color: approx Wisteria. HEX triplet: CF, 9D and ED. RGB value is (207,157,237). Sum of RGB (Red+Green+Blue) = 207+157+237=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF9DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DED is #306212. Grayscale: #B4B4B4. Windows color (decimal): -3170835 or 15572431. OLE color: 15572431.

HSL color Cylindrical-coordinate representation of color #CF9DED: hue angle of 277.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF9DED is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207157237-
CMYK0.130.3400.07
HSL277.5º68.97%77.25%-
HSV(B)277.5º33.76%92.94%-
XYZ53.0843.4985.72-
YUV181.07159.56146.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 157 (61.72% from 255) = 26.12%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=34.44%
G=26.12%
B=39.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071572370.130.3400.07277.568.9777.25
HexCF9DEDD2207116454d
Octal317235355154207426105115
Binary1100111110011101111011011101100010011110001011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DED; }

 p { color: rgb(207,157,237); }

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

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

 a { background-color: rgb(207,157,237); }

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

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

 span { border-color: rgb(207,157,237); }

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