#CDA4DC

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

Shades of Wisteria #CDA4DC

Tints of Wisteria #CDA4DC

Color information

#CDA4DC (or 0xCDA4DC) is unknown color: approx Wisteria. HEX triplet: CD, A4 and DC. RGB value is (205,164,220). Sum of RGB (Red+Green+Blue) = 205+164+220=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4DC is #325B23. Grayscale: #B6B6B6. Windows color (decimal): -3300132 or 14460109. OLE color: 14460109.

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

Color convert

RGB205164220-
CMYK0.070.2500.14
HSL283.93º44.44%75.29%-
HSV(B)283.93º25.45%86.27%-
XYZ51.3744.773.63-
YUV182.64149.08143.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 164 (64.45% from 255) = 27.84%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=34.80%
G=27.84%
B=37.35%

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
Decimal2051642200.070.2500.14283.9344.4475.29
HexCDA4DC7190E11c2c4b
Octal31524433473101643454113
Binary11001101101001001101110011111001011101000111001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA4DC; }

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

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

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

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

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

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

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

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