#CD97DD

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

Shades of Wisteria #CD97DD

Tints of Wisteria #CD97DD

Color information

#CD97DD (or 0xCD97DD) is unknown color: approx Wisteria. HEX triplet: CD, 97 and DD. RGB value is (205,151,221). Sum of RGB (Red+Green+Blue) = 205+151+221=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD97DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97DD is #326822. Grayscale: #AEAEAE. Windows color (decimal): -3303459 or 14522317. OLE color: 14522317.

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

Color convert

RGB205151221-
CMYK0.070.3200.13
HSL286.29º50.72%72.94%-
HSV(B)286.29º31.67%86.67%-
XYZ49.2940.3373.59-
YUV175.13153.89149.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 151 (59.38% from 255) = 26.17%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=35.53%
G=26.17%
B=38.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051512210.070.3200.13286.2950.7272.94
HexCD97DD7200D11e3349
Octal31522733574001543663111
Binary110011011001011111011101111100000011011000111101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97DD; }

 p { color: rgb(205,151,221); }

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

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

 a { background-color: rgb(205,151,221); }

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

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

 span { border-color: rgb(205,151,221); }

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