#CD9ADE

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

Shades of Wisteria #CD9ADE

Tints of Wisteria #CD9ADE

Color information

#CD9ADE (or 0xCD9ADE) is unknown color: approx Wisteria. HEX triplet: CD, 9A and DE. RGB value is (205,154,222). Sum of RGB (Red+Green+Blue) = 205+154+222=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9ADE is #326521. Grayscale: #B0B0B0. Windows color (decimal): -3302690 or 14588621. OLE color: 14588621.

HSL color Cylindrical-coordinate representation of color #CD9ADE: hue angle of 285º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD9ADE is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205154222-
CMYK0.080.3100.13
HSL285º50.75%73.73%-
HSV(B)285º30.63%87.06%-
XYZ49.9241.3674.46-
YUV177153.4147.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=35.28%
G=26.51%
B=38.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051542220.080.3100.1328550.7573.73
HexCD9ADE81F0D11d334a
Octal315232336103701543563112
Binary110011011001101011011110100011111011011000111011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9ADE; }

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

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

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

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

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

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

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

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