#CB9DED

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

Shades of Wisteria #CB9DED

Tints of Wisteria #CB9DED

Color information

#CB9DED (or 0xCB9DED) is unknown color: approx Wisteria. HEX triplet: CB, 9D and ED. RGB value is (203,157,237). Sum of RGB (Red+Green+Blue) = 203+157+237=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB9DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DED is #346212. Grayscale: #B3B3B3. Windows color (decimal): -3432979 or 15572427. OLE color: 15572427.

HSL color Cylindrical-coordinate representation of color #CB9DED: hue angle of 274.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 #CB9DED is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203157237-
CMYK0.140.3400.07
HSL274.5º68.97%77.25%-
HSV(B)274.5º33.76%92.94%-
XYZ51.9742.9285.67-
YUV179.87160.24144.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 157 (61.72% from 255) = 26.30%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=34.00%
G=26.30%
B=39.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031572370.140.3400.07274.568.9777.25
HexCB9DEDE2207112454d
Octal313235355164207422105115
Binary1100101110011101111011011110100010011110001001010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DED; }

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

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

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

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

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

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

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

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