#CDA1DA

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

Shades of Wisteria #CDA1DA

Tints of Wisteria #CDA1DA

Color information

#CDA1DA (or 0xCDA1DA) is unknown color: approx Wisteria. HEX triplet: CD, A1 and DA. RGB value is (205,161,218). Sum of RGB (Red+Green+Blue) = 205+161+218=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1DA is #325E25. Grayscale: #B4B4B4. Windows color (decimal): -3300902 or 14328269. OLE color: 14328269.

HSL color Cylindrical-coordinate representation of color #CDA1DA: hue angle of 286.32º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDA1DA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205161218-
CMYK0.060.2600.15
HSL286.32º43.51%74.31%-
HSV(B)286.32º26.15%85.49%-
XYZ50.5843.5372.07-
YUV180.65149.08145.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 161 (63.28% from 255) = 27.57%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=35.10%
G=27.57%
B=37.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051612180.060.2600.15286.3243.5174.31
HexCDA1DA61A0F11e2c4a
Octal31524133263201743654112
Binary11001101101000011101101011011010011111000111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1DA; }

 p { color: rgb(205,161,218); }

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

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

 a { background-color: rgb(205,161,218); }

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

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

 span { border-color: rgb(205,161,218); }

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