#CD85DD

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

Shades of Wisteria #CD85DD

Tints of Wisteria #CD85DD

Color information

#CD85DD (or 0xCD85DD) is unknown color: approx Wisteria. HEX triplet: CD, 85 and DD. RGB value is (205,133,221). Sum of RGB (Red+Green+Blue) = 205+133+221=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85DD is #327A22. Grayscale: #A4A4A4. Windows color (decimal): -3308067 or 14517709. OLE color: 14517709.

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

Color convert

RGB205133221-
CMYK0.070.4000.13
HSL289.09º56.41%69.41%-
HSV(B)289.09º39.82%86.67%-
XYZ46.6234.9772.7-
YUV164.56159.85156.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=36.67%
G=23.79%
B=39.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051332210.070.4000.13289.0956.4169.41
HexCD85DD7280D1213845
Octal31520533575001544170105
Binary110011011000010111011101111101000011011001000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85DD; }

 p { color: rgb(205,133,221); }

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

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

 a { background-color: rgb(205,133,221); }

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

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

 span { border-color: rgb(205,133,221); }

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