#CD9AD7

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

Shades of Wisteria #CD9AD7

Tints of Wisteria #CD9AD7

Color information

#CD9AD7 (or 0xCD9AD7) is unknown color: approx Wisteria. HEX triplet: CD, 9A and D7. RGB value is (205,154,215). Sum of RGB (Red+Green+Blue) = 205+154+215=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD9AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9AD7 is #326528. Grayscale: #B0B0B0. Windows color (decimal): -3302697 or 14129869. OLE color: 14129869.

HSL color Cylindrical-coordinate representation of color #CD9AD7: hue angle of 290.16º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD9AD7 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205154215-
CMYK0.050.2800.16
HSL290.16º43.26%72.35%-
HSV(B)290.16º28.37%84.31%-
XYZ494169.62-
YUV176.2149.9148.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 154 (60.55% from 255) = 26.83%
BLUE value IS 215 (84.38% from 255) = 37.46%
R=35.71%
G=26.83%
B=37.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051542150.050.2800.16290.1643.2672.35
HexCD9AD751C0101222b48
Octal31523232753402044253110
Binary110011011001101011010111101111000100001001000101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9AD7; }

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

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

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

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

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

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

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

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