#CB96EA

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

Shades of Wisteria #CB96EA

Tints of Wisteria #CB96EA

Color information

#CB96EA (or 0xCB96EA) is unknown color: approx Wisteria. HEX triplet: CB, 96 and EA. RGB value is (203,150,234). Sum of RGB (Red+Green+Blue) = 203+150+234=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB96EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB96EA is #346915. Grayscale: #AFAFAF. Windows color (decimal): -3434774 or 15374027. OLE color: 15374027.

HSL color Cylindrical-coordinate representation of color #CB96EA: hue angle of 277.86º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB96EA is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203150234-
CMYK0.130.3600.08
HSL277.86º66.67%75.29%-
HSV(B)277.86º35.9%91.76%-
XYZ50.3940.4582.99-
YUV175.42161.06147.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.58%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=34.58%
G=25.55%
B=39.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031502340.130.3600.08277.8666.6775.29
HexCB96EAD2408116434b
Octal3132263521544010426103113
Binary11001011100101101110101011011001000100010001011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96EA; }

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

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

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

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

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

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

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

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