#CB96DC

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

Shades of Wisteria #CB96DC

Tints of Wisteria #CB96DC

Color information

#CB96DC (or 0xCB96DC) is unknown color: approx Wisteria. HEX triplet: CB, 96 and DC. RGB value is (203,150,220). Sum of RGB (Red+Green+Blue) = 203+150+220=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96DC is #346923. Grayscale: #ADADAD. Windows color (decimal): -3434788 or 14456523. OLE color: 14456523.

HSL color Cylindrical-coordinate representation of color #CB96DC: hue angle of 285.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB96DC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203150220-
CMYK0.080.3200.14
HSL285.43º50%72.55%-
HSV(B)285.43º31.82%86.27%-
XYZ48.4539.6872.81-
YUV173.83154.06148.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=35.43%
G=26.18%
B=38.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031502200.080.3200.14285.435072.55
HexCB96DC8200E11d3249
Octal313226334104001643562111
Binary1100101110010110110111001000100000011101000111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96DC; }

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

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

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

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

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

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

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

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