#CB9DE8

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

Shades of Wisteria #CB9DE8

Tints of Wisteria #CB9DE8

Color information

#CB9DE8 (or 0xCB9DE8) is unknown color: approx Wisteria. HEX triplet: CB, 9D and E8. RGB value is (203,157,232). Sum of RGB (Red+Green+Blue) = 203+157+232=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB9DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DE8 is #346217. Grayscale: #B3B3B3. Windows color (decimal): -3432984 or 15244747. OLE color: 15244747.

HSL color Cylindrical-coordinate representation of color #CB9DE8: hue angle of 276.8º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB9DE8 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203157232-
CMYK0.120.3200.09
HSL276.8º61.98%76.27%-
HSV(B)276.8º32.33%90.98%-
XYZ51.2542.6481.87-
YUV179.3157.74144.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 157 (61.72% from 255) = 26.52%
BLUE value IS 232 (91.02% from 255) = 39.19%
R=34.29%
G=26.52%
B=39.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031572320.120.3200.09276.861.9876.27
HexCB9DE8C20091153e4c
Octal313235350144001142576114
Binary1100101110011101111010001100100000010011000101011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DE8; }

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

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

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

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

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

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

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

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