Shades of Wisteria #CD99E2
Tints of Wisteria #CD99E2
RGB
CMYK
RGB Variations
Color information
#CD99E2 (or 0xCD99E2) is known color: Wisteria. HEX triplet: CD, 99 and E2. RGB value is (205,153,226). Sum of RGB (Red+Green+Blue) = 205+153+226=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD99E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99E2 is #32661D. Grayscale: #B0B0B0. Windows color (decimal): -3302942 or 14850509. OLE color: 14850509.
HSL color Cylindrical-coordinate representation of color #CD99E2: hue angle of 282.74º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD99E2 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 153 | 226 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.11 |
| HSL | 282.74º | 0.56% | 0.74% | - |
| HSV(B) | 282.74º | 0.32% | 0.89% | - |
| XYZ | 50.3 | 41.25 | 77.26 | - |
| YUV | 176.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 226 | 0.09 | 0.32 | 0 | 0.11 | 282.74 | 0.56 | 0.74 |
| Hex | CD | 99 | E2 | 9 | 20 | 0 | B | 11B | 38 | 4A |
| Octal | 315 | 231 | 342 | 11 | 40 | 0 | 13 | 433 | 70 | 112 |
| Binary | 11001101 | 10011001 | 11100010 | 1001 | 100000 | 0 | 1011 | 100011011 | 111000 | 1001010 |
Color Harmonies of #CD99E2
Complementary color
Monochromatic Colors of #CD99E2
Black with #CD99E2
Text Example
Text Example
White with #CD99E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD99E2; }
p { color: rgb(205,153,226); }
H1.HeaderClassName
{
color: #CD99E2;
}
.AnyTagClassName
{
color: #CD99E2;
}
</style>
background-color css
<style>
a { background-color: #CD99E2; }
a { background-color: rgb(205,153,226); }
div.DivClassName
{
background-color: #CD99E2;
}
.BgClassName
{
background-color: #CD99E2;
}
</style>
border-color css
<style>
span { border-color: #CD99E2; }
span { border-color: rgb(205,153,226); }
td.TdClassName
{
border-color: #CD99E2;
}
.TagClassName
{
border-color: #CD99E2;
}
</style>