#CD8DE5

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

Shades of Wisteria #CD8DE5

Tints of Wisteria #CD8DE5

Color information

#CD8DE5 (or 0xCD8DE5) is unknown color: approx Wisteria. HEX triplet: CD, 8D and E5. RGB value is (205,141,229). Sum of RGB (Red+Green+Blue) = 205+141+229=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD8DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DE5 is #32721A. Grayscale: #A9A9A9. Windows color (decimal): -3306011 or 15044045. OLE color: 15044045.

HSL color Cylindrical-coordinate representation of color #CD8DE5: hue angle of 283.64º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD8DE5 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205141229-
CMYK0.100.3800.10
HSL283.64º62.86%72.55%-
HSV(B)283.64º38.43%89.8%-
XYZ48.8437.6978.83-
YUV170.17161.2152.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 141 (55.47% from 255) = 24.52%
BLUE value IS 229 (89.84% from 255) = 39.83%
R=35.65%
G=24.52%
B=39.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2051412290.100.3800.10283.6462.8672.55
HexCD8DE5A260A11c3f49
Octal315215345124601243477111
Binary1100110110001101111001011010100110010101000111001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DE5; }

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

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

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

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

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

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

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

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