#CD86DA

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

Shades of Wisteria #CD86DA

Tints of Wisteria #CD86DA

Color information

#CD86DA (or 0xCD86DA) is unknown color: approx Wisteria. HEX triplet: CD, 86 and DA. RGB value is (205,134,218). Sum of RGB (Red+Green+Blue) = 205+134+218=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD86DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86DA is #327925. Grayscale: #A4A4A4. Windows color (decimal): -3307814 or 14321357. OLE color: 14321357.

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

Color convert

RGB205134218-
CMYK0.060.3900.15
HSL290.71º53.16%69.02%-
HSV(B)290.71º38.53%85.49%-
XYZ46.3635.0970.66-
YUV164.8158.02156.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 134 (52.73% from 255) = 24.06%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=36.80%
G=24.06%
B=39.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051342180.060.3900.15290.7153.1669.02
HexCD86DA6270F1233545
Octal31520633264701744365105
Binary110011011000011011011010110100111011111001000111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86DA; }

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

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

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

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

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

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

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

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