#CDA5DC

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

Shades of Wisteria #CDA5DC

Tints of Wisteria #CDA5DC

Color information

#CDA5DC (or 0xCDA5DC) is unknown color: approx Wisteria. HEX triplet: CD, A5 and DC. RGB value is (205,165,220). Sum of RGB (Red+Green+Blue) = 205+165+220=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5DC is #325A23. Grayscale: #B7B7B7. Windows color (decimal): -3299876 or 14460365. OLE color: 14460365.

HSL color Cylindrical-coordinate representation of color #CDA5DC: hue angle of 283.64º 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 #CDA5DC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205165220-
CMYK0.070.2500.14
HSL283.64º44%75.49%-
HSV(B)283.64º25%86.27%-
XYZ51.5545.0673.69-
YUV183.23148.75143.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 165 (64.84% from 255) = 27.97%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=34.75%
G=27.97%
B=37.29%

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
Decimal2051652200.070.2500.14283.644475.49
HexCDA5DC7190E11c2c4b
Octal31524533473101643454113
Binary11001101101001011101110011111001011101000111001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA5DC; }

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

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

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

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

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

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

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

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