#CD8EE0

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

Shades of Wisteria #CD8EE0

Tints of Wisteria #CD8EE0

Color information

#CD8EE0 (or 0xCD8EE0) is unknown color: approx Wisteria. HEX triplet: CD, 8E and E0. RGB value is (205,142,224). Sum of RGB (Red+Green+Blue) = 205+142+224=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8EE0 is #32711F. Grayscale: #A9A9A9. Windows color (decimal): -3305760 or 14716621. OLE color: 14716621.

HSL color Cylindrical-coordinate representation of color #CD8EE0: hue angle of 286.1º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD8EE0 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205142224-
CMYK0.080.3700.12
HSL286.1º56.94%71.76%-
HSV(B)286.1º36.61%87.84%-
XYZ48.337.7175.25-
YUV170.18158.37152.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 142 (55.86% from 255) = 24.87%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=35.90%
G=24.87%
B=39.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051422240.080.3700.12286.156.9471.76
HexCD8EE08250C11e3948
Octal315216340104501443671110
Binary1100110110001110111000001000100101011001000111101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8EE0; }

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

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

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

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

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

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

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

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