#cb86db

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

Shades of Wisteria #CB86DB

Tints of Wisteria #CB86DB

Color information

#CB86DB (or 0xCB86DB) is unknown color: approx Wisteria. HEX triplet: CB, 86 and DB. RGB value is (203,134,219). Sum of RGB (Red+Green+Blue) = 203+134+219=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86DB is #347924. Grayscale: #A4A4A4. Windows color (decimal): -3438885 or 14386891. OLE color: 14386891.

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

Color convert

RGB203134219-
CMYK0.070.3900.14
HSL288.71º54.14%69.22%-
HSV(B)288.71º38.81%85.88%-
XYZ45.9434.8671.33-
YUV164.32158.86155.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 134 (52.73% from 255) = 24.10%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=36.51%
G=24.10%
B=39.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031342190.070.3900.14288.7154.1469.22
HexCB86DB7270E1213645
Octal31320633374701644166105
Binary110010111000011011011011111100111011101001000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb86db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb86db; }

 p { color: rgb(203,134,219); }

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

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

 a { background-color: rgb(203,134,219); }

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

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

 span { border-color: rgb(203,134,219); }

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