#CB96EF

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

Shades of Wisteria #CB96EF

Tints of Wisteria #CB96EF

Color information

#CB96EF (or 0xCB96EF) is unknown color: approx Wisteria. HEX triplet: CB, 96 and EF. RGB value is (203,150,239). Sum of RGB (Red+Green+Blue) = 203+150+239=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB96EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB96EF is #346910. Grayscale: #AFAFAF. Windows color (decimal): -3434769 or 15701707. OLE color: 15701707.

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

Color convert

RGB203150239-
CMYK0.150.3700.06
HSL275.73º73.55%76.27%-
HSV(B)275.73º37.24%93.73%-
XYZ51.1140.7486.83-
YUV175.99163.56147.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 150 (58.98% from 255) = 25.34%
BLUE value IS 239 (93.75% from 255) = 40.37%
R=34.29%
G=25.34%
B=40.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031502390.150.3700.06275.7373.5576.27
HexCB96EFF25061144a4c
Octal313226357174506424112114
Binary1100101110010110111011111111100101011010001010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96EF; }

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

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

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

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

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

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

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

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