#CDA5ED

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

Shades of Wisteria #CDA5ED

Tints of Wisteria #CDA5ED

Color information

#CDA5ED (or 0xCDA5ED) is unknown color: approx Wisteria. HEX triplet: CD, A5 and ED. RGB value is (205,165,237). Sum of RGB (Red+Green+Blue) = 205+165+237=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDA5ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA5ED is #325A12. Grayscale: #B8B8B8. Windows color (decimal): -3299859 or 15574477. OLE color: 15574477.

HSL color Cylindrical-coordinate representation of color #CDA5ED: hue angle of 273.33º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA5ED is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205165237-
CMYK0.140.3000.07
HSL273.33º66.67%78.82%-
HSV(B)273.33º30.38%92.94%-
XYZ53.924686.16-
YUV185.17157.25142.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 165 (64.84% from 255) = 27.18%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=33.77%
G=27.18%
B=39.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051652370.140.3000.07273.3366.6778.82
HexCDA5EDE1E07111434f
Octal315245355163607421103117
Binary110011011010010111101101111011110011110001000110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA5ED; }

 p { color: rgb(205,165,237); }

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

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

 a { background-color: rgb(205,165,237); }

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

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

 span { border-color: rgb(205,165,237); }

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