#CDA6DC

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

Shades of Wisteria #CDA6DC

Tints of Wisteria #CDA6DC

Color information

#CDA6DC (or 0xCDA6DC) is unknown color: approx Wisteria. HEX triplet: CD, A6 and DC. RGB value is (205,166,220). Sum of RGB (Red+Green+Blue) = 205+166+220=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6DC is #325923. Grayscale: #B7B7B7. Windows color (decimal): -3299620 or 14460621. OLE color: 14460621.

HSL color Cylindrical-coordinate representation of color #CDA6DC: hue angle of 283.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA6DC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205166220-
CMYK0.070.2500.14
HSL283.33º43.55%75.69%-
HSV(B)283.33º24.55%86.27%-
XYZ51.7345.4273.75-
YUV183.82148.42143.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 166 (65.23% from 255) = 28.09%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=34.69%
G=28.09%
B=37.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051662200.070.2500.14283.3343.5575.69
HexCDA6DC7190E11b2c4c
Octal31524633473101643354114
Binary11001101101001101101110011111001011101000110111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA6DC; }

 p { color: rgb(205,166,220); }

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

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

 a { background-color: rgb(205,166,220); }

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

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

 span { border-color: rgb(205,166,220); }

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