#CDA2E9

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

Shades of Wisteria #CDA2E9

Tints of Wisteria #CDA2E9

Color information

#CDA2E9 (or 0xCDA2E9) is unknown color: approx Wisteria. HEX triplet: CD, A2 and E9. RGB value is (205,162,233). Sum of RGB (Red+Green+Blue) = 205+162+233=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDA2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA2E9 is #325D16. Grayscale: #B6B6B6. Windows color (decimal): -3300631 or 15311565. OLE color: 15311565.

HSL color Cylindrical-coordinate representation of color #CDA2E9: hue angle of 276.34º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA2E9 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205162233-
CMYK0.120.3000.09
HSL276.34º61.74%77.45%-
HSV(B)276.34º30.47%91.37%-
XYZ52.8144.782.94-
YUV182.95156.25143.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 162 (63.67% from 255) = 27%
BLUE value IS 233 (91.41% from 255) = 38.83%
R=34.17%
G=27%
B=38.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051622330.120.3000.09276.3461.7477.45
HexCDA2E9C1E091143e4d
Octal315242351143601142476115
Binary110011011010001011101001110011110010011000101001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA2E9; }

 p { color: rgb(205,162,233); }

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

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

 a { background-color: rgb(205,162,233); }

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

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

 span { border-color: rgb(205,162,233); }

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