#CDA3E9

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

Shades of Wisteria #CDA3E9

Tints of Wisteria #CDA3E9

Color information

#CDA3E9 (or 0xCDA3E9) is unknown color: approx Wisteria. HEX triplet: CD, A3 and E9. RGB value is (205,163,233). Sum of RGB (Red+Green+Blue) = 205+163+233=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 163 (64.06% from 255 or 27.12% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDA3E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA3E9 is #325C16. Grayscale: #B7B7B7. Windows color (decimal): -3300375 or 15311821. OLE color: 15311821.

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

Color convert

RGB205163233-
CMYK0.120.3000.09
HSL276º61.4%77.65%-
HSV(B)276º30.04%91.37%-
XYZ52.9845.0683-
YUV183.54155.91143.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 163 (64.06% from 255) = 27.12%
BLUE value IS 233 (91.41% from 255) = 38.77%
R=34.11%
G=27.12%
B=38.77%

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
Decimal2051632330.120.3000.0927661.477.65
HexCDA3E9C1E091143d4e
Octal315243351143601142475116
Binary110011011010001111101001110011110010011000101001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA3E9; }

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

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

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

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

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

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

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

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