#CD8DDC

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

Shades of Wisteria #CD8DDC

Tints of Wisteria #CD8DDC

Color information

#CD8DDC (or 0xCD8DDC) is unknown color: approx Wisteria. HEX triplet: CD, 8D and DC. RGB value is (205,141,220). Sum of RGB (Red+Green+Blue) = 205+141+220=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DDC is #327223. Grayscale: #A8A8A8. Windows color (decimal): -3306020 or 14454221. OLE color: 14454221.

HSL color Cylindrical-coordinate representation of color #CD8DDC: hue angle of 288.61º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD8DDC is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205141220-
CMYK0.070.3600.14
HSL288.61º53.02%70.78%-
HSV(B)288.61º35.91%86.27%-
XYZ47.6237.272.38-
YUV169.14156.7153.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 141 (55.47% from 255) = 24.91%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=36.22%
G=24.91%
B=38.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051412200.070.3600.14288.6153.0270.78
HexCD8DDC7240E1213547
Octal31521533474401644165107
Binary110011011000110111011100111100100011101001000011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DDC; }

 p { color: rgb(205,141,220); }

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

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

 a { background-color: rgb(205,141,220); }

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

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

 span { border-color: rgb(205,141,220); }

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