#CD8AE4

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

Shades of Wisteria #CD8AE4

Tints of Wisteria #CD8AE4

Color information

#CD8AE4 (or 0xCD8AE4) is unknown color: approx Wisteria. HEX triplet: CD, 8A and E4. RGB value is (205,138,228). Sum of RGB (Red+Green+Blue) = 205+138+228=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD8AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8AE4 is #32751B. Grayscale: #A8A8A8. Windows color (decimal): -3306780 or 14977741. OLE color: 14977741.

HSL color Cylindrical-coordinate representation of color #CD8AE4: hue angle of 284.67º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD8AE4 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205138228-
CMYK0.100.3900.11
HSL284.67º62.5%71.76%-
HSV(B)284.67º39.47%89.41%-
XYZ48.2736.7677.95-
YUV168.29161.7154.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 138 (54.30% from 255) = 24.17%
BLUE value IS 228 (89.45% from 255) = 39.93%
R=35.90%
G=24.17%
B=39.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2051382280.100.3900.11284.6762.571.76
HexCD8AE4A270B11d3e48
Octal315212344124701343576110
Binary1100110110001010111001001010100111010111000111011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8AE4; }

 p { color: rgb(205,138,228); }

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

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

 a { background-color: rgb(205,138,228); }

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

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

 span { border-color: rgb(205,138,228); }

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