#CB86DA

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

Shades of Wisteria #CB86DA

Tints of Wisteria #CB86DA

Color information

#CB86DA (or 0xCB86DA) is unknown color: approx Wisteria. HEX triplet: CB, 86 and DA. RGB value is (203,134,218). Sum of RGB (Red+Green+Blue) = 203+134+218=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB86DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86DA is #347925. Grayscale: #A3A3A3. Windows color (decimal): -3438886 or 14321355. OLE color: 14321355.

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

Color convert

RGB203134218-
CMYK0.070.3900.15
HSL289.29º53.16%69.02%-
HSV(B)289.29º38.53%85.49%-
XYZ45.8134.8170.63-
YUV164.21158.36155.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 134 (52.73% from 255) = 24.14%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=36.58%
G=24.14%
B=39.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031342180.070.3900.15289.2953.1669.02
HexCB86DA7270F1213545
Octal31320633274701744165105
Binary110010111000011011011010111100111011111001000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB86DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB86DA; }

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

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

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

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

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

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

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

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