#CB83DC

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

Shades of Wisteria #CB83DC

Tints of Wisteria #CB83DC

Color information

#CB83DC (or 0xCB83DC) is unknown color: approx Wisteria. HEX triplet: CB, 83 and DC. RGB value is (203,131,220). Sum of RGB (Red+Green+Blue) = 203+131+220=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83DC is #347C23. Grayscale: #A2A2A2. Windows color (decimal): -3439652 or 14451659. OLE color: 14451659.

HSL color Cylindrical-coordinate representation of color #CB83DC: hue angle of 288.54º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB83DC is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203131220-
CMYK0.080.4000.14
HSL288.54º55.97%68.82%-
HSV(B)288.54º40.45%86.27%-
XYZ45.6634.171.88-
YUV162.67160.35156.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 131 (51.56% from 255) = 23.65%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=36.64%
G=23.65%
B=39.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031312200.080.4000.14288.5455.9768.82
HexCB83DC8280E1213845
Octal313203334105001644170105
Binary1100101110000011110111001000101000011101001000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83DC; }

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

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

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

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

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

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

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

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