#CD9ED5

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

Shades of Wisteria #CD9ED5

Tints of Wisteria #CD9ED5

Color information

#CD9ED5 (or 0xCD9ED5) is unknown color: approx Wisteria. HEX triplet: CD, 9E and D5. RGB value is (205,158,213). Sum of RGB (Red+Green+Blue) = 205+158+213=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD9ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9ED5 is #32612A. Grayscale: #B2B2B2. Windows color (decimal): -3301675 or 13999821. OLE color: 13999821.

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

Color convert

RGB205158213-
CMYK0.040.2600.16
HSL291.27º39.57%72.75%-
HSV(B)291.27º25.82%83.53%-
XYZ49.4142.2468.5-
YUV178.32147.57147.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 158 (62.11% from 255) = 27.43%
BLUE value IS 213 (83.59% from 255) = 36.98%
R=35.59%
G=27.43%
B=36.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051582130.040.2600.16291.2739.5772.75
HexCD9ED541A0101232849
Octal31523632543202044350111
Binary110011011001111011010101100110100100001001000111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9ED5; }

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

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

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

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

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

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

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

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