#CD86DB

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

Shades of Wisteria #CD86DB

Tints of Wisteria #CD86DB

Color information

#CD86DB (or 0xCD86DB) is unknown color: approx Wisteria. HEX triplet: CD, 86 and DB. RGB value is (205,134,219). Sum of RGB (Red+Green+Blue) = 205+134+219=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86DB is #327924. Grayscale: #A4A4A4. Windows color (decimal): -3307813 or 14386893. OLE color: 14386893.

HSL color Cylindrical-coordinate representation of color #CD86DB: hue angle of 290.12º 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 #CD86DB is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205134219-
CMYK0.060.3900.14
HSL290.12º54.14%69.22%-
HSV(B)290.12º38.81%85.88%-
XYZ46.4935.1471.35-
YUV164.92158.52156.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 134 (52.73% from 255) = 24.01%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=36.74%
G=24.01%
B=39.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051342190.060.3900.14290.1254.1469.22
HexCD86DB6270E1223645
Octal31520633364701644266105
Binary110011011000011011011011110100111011101001000101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86DB; }

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

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

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

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

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

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

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

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