#CDA0DC

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

Shades of Wisteria #CDA0DC

Tints of Wisteria #CDA0DC

Color information

#CDA0DC (or 0xCDA0DC) is unknown color: approx Wisteria. HEX triplet: CD, A0 and DC. RGB value is (205,160,220). Sum of RGB (Red+Green+Blue) = 205+160+220=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0DC is #325F23. Grayscale: #B4B4B4. Windows color (decimal): -3301156 or 14459085. OLE color: 14459085.

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

Color convert

RGB205160220-
CMYK0.070.2700.14
HSL285º46.15%74.51%-
HSV(B)285º27.27%86.27%-
XYZ50.6743.2973.4-
YUV180.3150.41145.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 160 (62.89% from 255) = 27.35%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=35.04%
G=27.35%
B=37.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051602200.070.2700.1428546.1574.51
HexCDA0DC71B0E11d2e4b
Octal31524033473301643556113
Binary11001101101000001101110011111011011101000111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA0DC; }

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

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

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

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

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

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

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

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