#CB96DE

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

Shades of Wisteria #CB96DE

Tints of Wisteria #CB96DE

Color information

#CB96DE (or 0xCB96DE) is unknown color: approx Wisteria. HEX triplet: CB, 96 and DE. RGB value is (203,150,222). Sum of RGB (Red+Green+Blue) = 203+150+222=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB96DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96DE is #346921. Grayscale: #ADADAD. Windows color (decimal): -3434786 or 14587595. OLE color: 14587595.

HSL color Cylindrical-coordinate representation of color #CB96DE: hue angle of 284.17º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB96DE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203150222-
CMYK0.090.3200.13
HSL284.17º52.17%72.94%-
HSV(B)284.17º32.43%87.06%-
XYZ48.7239.7874.22-
YUV174.05155.06148.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=35.30%
G=26.09%
B=38.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031502220.090.3200.13284.1752.1772.94
HexCB96DE9200D11c3449
Octal313226336114001543464111
Binary1100101110010110110111101001100000011011000111001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96DE; }

 p { color: rgb(203,150,222); }

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

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

 a { background-color: rgb(203,150,222); }

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

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

 span { border-color: rgb(203,150,222); }

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