Shades of Wisteria #CD97E0
Tints of Wisteria #CD97E0
RGB
CMYK
RGB Variations
Color information
#CD97E0 (or 0xCD97E0) is known color: Wisteria. HEX triplet: CD, 97 and E0. RGB value is (205,151,224). Sum of RGB (Red+Green+Blue) = 205+151+224=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97E0 is #32681F. Grayscale: #AFAFAF. Windows color (decimal): -3303456 or 14718925. OLE color: 14718925.
HSL color Cylindrical-coordinate representation of color #CD97E0: hue angle of 284.38º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD97E0 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 151 | 224 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.12 |
| HSL | 284.38º | 0.54% | 0.74% | - |
| HSV(B) | 284.38º | 0.33% | 0.88% | - |
| XYZ | 49.7 | 40.49 | 75.72 | - |
| YUV | 175.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 151 | 224 | 0.08 | 0.33 | 0 | 0.12 | 284.38 | 0.54 | 0.74 |
| Hex | CD | 97 | E0 | 8 | 21 | 0 | C | 11C | 36 | 4A |
| Octal | 315 | 227 | 340 | 10 | 41 | 0 | 14 | 434 | 66 | 112 |
| Binary | 11001101 | 10010111 | 11100000 | 1000 | 100001 | 0 | 1100 | 100011100 | 110110 | 1001010 |
Color Harmonies of #CD97E0
Complementary color
Monochromatic Colors of #CD97E0
Black with #CD97E0
Text Example
Text Example
White with #CD97E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD97E0; }
p { color: rgb(205,151,224); }
H1.HeaderClassName
{
color: #CD97E0;
}
.AnyTagClassName
{
color: #CD97E0;
}
</style>
background-color css
<style>
a { background-color: #CD97E0; }
a { background-color: rgb(205,151,224); }
div.DivClassName
{
background-color: #CD97E0;
}
.BgClassName
{
background-color: #CD97E0;
}
</style>
border-color css
<style>
span { border-color: #CD97E0; }
span { border-color: rgb(205,151,224); }
td.TdClassName
{
border-color: #CD97E0;
}
.TagClassName
{
border-color: #CD97E0;
}
</style>