#CB9DEF

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

Shades of Wisteria #CB9DEF

Tints of Wisteria #CB9DEF

Color information

#CB9DEF (or 0xCB9DEF) is unknown color: approx Wisteria. HEX triplet: CB, 9D and EF. RGB value is (203,157,239). Sum of RGB (Red+Green+Blue) = 203+157+239=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB9DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DEF is #346210. Grayscale: #B3B3B3. Windows color (decimal): -3432977 or 15703499. OLE color: 15703499.

HSL color Cylindrical-coordinate representation of color #CB9DEF: hue angle of 273.66º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB9DEF is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203157239-
CMYK0.150.3400.06
HSL273.66º71.93%77.65%-
HSV(B)273.66º34.31%93.73%-
XYZ52.2743.0487.21-
YUV180.1161.24144.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 157 (61.72% from 255) = 26.21%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=33.89%
G=26.21%
B=39.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031572390.150.3400.06273.6671.9377.65
HexCB9DEFF2206112484e
Octal313235357174206422110116
Binary1100101110011101111011111111100010011010001001010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DEF; }

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

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

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

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

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

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

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

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