#CD9FEB

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

Shades of Wisteria #CD9FEB

Tints of Wisteria #CD9FEB

Color information

#CD9FEB (or 0xCD9FEB) is unknown color: approx Wisteria. HEX triplet: CD, 9F and EB. RGB value is (205,159,235). Sum of RGB (Red+Green+Blue) = 205+159+235=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9FEB is #326014. Grayscale: #B5B5B5. Windows color (decimal): -3301397 or 15441869. OLE color: 15441869.

HSL color Cylindrical-coordinate representation of color #CD9FEB: hue angle of 276.32º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD9FEB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205159235-
CMYK0.130.3200.08
HSL276.32º65.52%77.25%-
HSV(B)276.32º32.34%92.16%-
XYZ52.5743.7784.28-
YUV181.42158.24144.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 159 (62.5% from 255) = 26.54%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=34.22%
G=26.54%
B=39.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051592350.130.3200.08276.3265.5277.25
HexCD9FEBD2008114424d
Octal3152373531540010424102115
Binary11001101100111111110101111011000000100010001010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9FEB; }

 p { color: rgb(205,159,235); }

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

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

 a { background-color: rgb(205,159,235); }

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

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

 span { border-color: rgb(205,159,235); }

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