#CD8AE3

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

Shades of Wisteria #CD8AE3

Tints of Wisteria #CD8AE3

Color information

#CD8AE3 (or 0xCD8AE3) is unknown color: approx Wisteria. HEX triplet: CD, 8A and E3. RGB value is (205,138,227). Sum of RGB (Red+Green+Blue) = 205+138+227=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD8AE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8AE3 is #32751C. Grayscale: #A7A7A7. Windows color (decimal): -3306781 or 14912205. OLE color: 14912205.

HSL color Cylindrical-coordinate representation of color #CD8AE3: hue angle of 285.17º degrees, saturation: 0.61, 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 #CD8AE3 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205138227-
CMYK0.100.3900.11
HSL285.17º61.38%71.57%-
HSV(B)285.17º39.21%89.02%-
XYZ48.1336.777.22-
YUV168.18161.2154.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 138 (54.30% from 255) = 24.21%
BLUE value IS 227 (89.06% from 255) = 39.82%
R=35.96%
G=24.21%
B=39.82%

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
Decimal2051382270.100.3900.11285.1761.3871.57
HexCD8AE3A270B11d3d48
Octal315212343124701343575110
Binary1100110110001010111000111010100111010111000111011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8AE3; }

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

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

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

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

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

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

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

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