#CD9CD5

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

Shades of Wisteria #CD9CD5

Tints of Wisteria #CD9CD5

Color information

#CD9CD5 (or 0xCD9CD5) is unknown color: approx Wisteria. HEX triplet: CD, 9C and D5. RGB value is (205,156,213). Sum of RGB (Red+Green+Blue) = 205+156+213=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD9CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CD5 is #32632A. Grayscale: #B0B0B0. Windows color (decimal): -3302187 or 13999309. OLE color: 13999309.

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

Color convert

RGB205156213-
CMYK0.040.2700.16
HSL291.58º40.43%72.35%-
HSV(B)291.58º26.76%83.53%-
XYZ49.0841.5668.39-
YUV177.15148.23147.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 156 (61.33% from 255) = 27.18%
BLUE value IS 213 (83.59% from 255) = 37.11%
R=35.71%
G=27.18%
B=37.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051562130.040.2700.16291.5840.4372.35
HexCD9CD541B0101242848
Octal31523432543302044450110
Binary110011011001110011010101100110110100001001001001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CD5; }

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

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

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

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

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

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

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

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