#CD9CDA

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

Shades of Wisteria #CD9CDA

Tints of Wisteria #CD9CDA

Color information

#CD9CDA (or 0xCD9CDA) is unknown color: approx Wisteria. HEX triplet: CD, 9C and DA. RGB value is (205,156,218). Sum of RGB (Red+Green+Blue) = 205+156+218=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CDA is #326325. Grayscale: #B1B1B1. Windows color (decimal): -3302182 or 14326989. OLE color: 14326989.

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

Color convert

RGB205156218-
CMYK0.060.2800.15
HSL287.42º45.59%73.33%-
HSV(B)287.42º28.44%85.49%-
XYZ49.7241.8271.78-
YUV177.72150.73147.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=35.41%
G=26.94%
B=37.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051562180.060.2800.15287.4245.5973.33
HexCD9CDA61C0F11f2e49
Octal31523433263401743756111
Binary11001101100111001101101011011100011111000111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CDA; }

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

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

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

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

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

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

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

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