#CD85DE

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

Shades of Wisteria #CD85DE

Tints of Wisteria #CD85DE

Color information

#CD85DE (or 0xCD85DE) is unknown color: approx Wisteria. HEX triplet: CD, 85 and DE. RGB value is (205,133,222). Sum of RGB (Red+Green+Blue) = 205+133+222=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD85DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85DE is #327A21. Grayscale: #A4A4A4. Windows color (decimal): -3308066 or 14583245. OLE color: 14583245.

HSL color Cylindrical-coordinate representation of color #CD85DE: hue angle of 288.54º degrees, saturation: 0.57, 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 #CD85DE is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205133222-
CMYK0.080.4000.13
HSL288.54º57.42%69.61%-
HSV(B)288.54º40.09%87.06%-
XYZ46.7535.0373.4-
YUV164.67160.35156.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 222 (87.11% from 255) = 39.64%
R=36.61%
G=23.75%
B=39.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051332220.080.4000.13288.5457.4269.61
HexCD85DE8280D1213946
Octal315205336105001544171106
Binary1100110110000101110111101000101000011011001000011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85DE; }

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

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

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

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

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

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

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

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