#CB86DF

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

Shades of Wisteria #CB86DF

Tints of Wisteria #CB86DF

Color information

#CB86DF (or 0xCB86DF) is unknown color: approx Wisteria. HEX triplet: CB, 86 and DF. RGB value is (203,134,223). Sum of RGB (Red+Green+Blue) = 203+134+223=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB86DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86DF is #347920. Grayscale: #A4A4A4. Windows color (decimal): -3438881 or 14649035. OLE color: 14649035.

HSL color Cylindrical-coordinate representation of color #CB86DF: hue angle of 286.52º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB86DF is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203134223-
CMYK0.090.4000.13
HSL286.52º58.17%70%-
HSV(B)286.52º39.91%87.45%-
XYZ46.4735.0774.13-
YUV164.78160.86155.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 134 (52.73% from 255) = 23.93%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=36.25%
G=23.93%
B=39.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031342230.090.4000.13286.5258.1770
HexCB86DF9280D11f3a46
Octal313206337115001543772106
Binary1100101110000110110111111001101000011011000111111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB86DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB86DF; }

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

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

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

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

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

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

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

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