#CD9ADA

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

Shades of Wisteria #CD9ADA

Tints of Wisteria #CD9ADA

Color information

#CD9ADA (or 0xCD9ADA) is unknown color: approx Wisteria. HEX triplet: CD, 9A and DA. RGB value is (205,154,218). Sum of RGB (Red+Green+Blue) = 205+154+218=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD9ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9ADA is #326525. Grayscale: #B0B0B0. Windows color (decimal): -3302694 or 14326477. OLE color: 14326477.

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

Color convert

RGB205154218-
CMYK0.060.2900.15
HSL287.81º46.38%72.94%-
HSV(B)287.81º29.36%85.49%-
XYZ49.3941.1571.67-
YUV176.54151.4148.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 154 (60.55% from 255) = 26.69%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=35.53%
G=26.69%
B=37.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051542180.060.2900.15287.8146.3872.94
HexCD9ADA61D0F1202e49
Octal31523233263501744056111
Binary11001101100110101101101011011101011111001000001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9ADA; }

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

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

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

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

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

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

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

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