#CB86DD

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

Shades of Wisteria #CB86DD

Tints of Wisteria #CB86DD

Color information

#CB86DD (or 0xCB86DD) is unknown color: approx Wisteria. HEX triplet: CB, 86 and DD. RGB value is (203,134,221). Sum of RGB (Red+Green+Blue) = 203+134+221=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB86DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86DD is #347922. Grayscale: #A4A4A4. Windows color (decimal): -3438883 or 14517963. OLE color: 14517963.

HSL color Cylindrical-coordinate representation of color #CB86DD: hue angle of 287.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB86DD is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203134221-
CMYK0.080.3900.13
HSL287.59º56.13%69.61%-
HSV(B)287.59º39.37%86.67%-
XYZ46.234.9772.72-
YUV164.55159.86155.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 134 (52.73% from 255) = 24.01%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=36.38%
G=24.01%
B=39.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031342210.080.3900.13287.5956.1369.61
HexCB86DD8270D1203846
Octal313206335104701544070106
Binary1100101110000110110111011000100111011011001000001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB86DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB86DD; }

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

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

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

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

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

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

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

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