#CB96EC

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

Shades of Wisteria #CB96EC

Tints of Wisteria #CB96EC

Color information

#CB96EC (or 0xCB96EC) is unknown color: approx Wisteria. HEX triplet: CB, 96 and EC. RGB value is (203,150,236). Sum of RGB (Red+Green+Blue) = 203+150+236=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB96EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB96EC is #346913. Grayscale: #AFAFAF. Windows color (decimal): -3434772 or 15505099. OLE color: 15505099.

HSL color Cylindrical-coordinate representation of color #CB96EC: hue angle of 276.98º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB96EC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203150236-
CMYK0.140.3600.07
HSL276.98º69.35%75.69%-
HSV(B)276.98º36.44%92.55%-
XYZ50.6840.5784.52-
YUV175.65162.06147.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 150 (58.98% from 255) = 25.47%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=34.47%
G=25.47%
B=40.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031502360.140.3600.07276.9869.3575.69
HexCB96ECE2407115454c
Octal313226354164407425105114
Binary1100101110010110111011001110100100011110001010110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96EC; }

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

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

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

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

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

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

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

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