#CD8EDD

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

Shades of Wisteria #CD8EDD

Tints of Wisteria #CD8EDD

Color information

#CD8EDD (or 0xCD8EDD) is unknown color: approx Wisteria. HEX triplet: CD, 8E and DD. RGB value is (205,142,221). Sum of RGB (Red+Green+Blue) = 205+142+221=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8EDD is #327122. Grayscale: #A9A9A9. Windows color (decimal): -3305763 or 14520013. OLE color: 14520013.

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

Color convert

RGB205142221-
CMYK0.070.3600.13
HSL287.85º53.74%71.18%-
HSV(B)287.85º35.75%86.67%-
XYZ47.937.5573.13-
YUV169.84156.87153.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 142 (55.86% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=36.09%
G=25%
B=38.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051422210.070.3600.13287.8553.7471.18
HexCD8EDD7240D1203647
Octal31521633574401544066107
Binary110011011000111011011101111100100011011001000001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8EDD; }

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

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

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

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

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

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

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

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