Shades of Wisteria #CD99F0
Tints of Wisteria #CD99F0
RGB
CMYK
RGB Variations
Color information
#CD99F0 (or 0xCD99F0) is known color: Wisteria. HEX triplet: CD, 99 and F0. RGB value is (205,153,240). Sum of RGB (Red+Green+Blue) = 205+153+240=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD99F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD99F0 is #32660F. Grayscale: #B2B2B2. Windows color (decimal): -3302928 or 15768013. OLE color: 15768013.
HSL color Cylindrical-coordinate representation of color #CD99F0: hue angle of 275.86º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD99F0 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 153 | 240 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.06 |
| HSL | 275.86º | 0.74% | 0.77% | - |
| HSV(B) | 275.86º | 0.36% | 0.94% | - |
| XYZ | 52.3 | 42.05 | 87.8 | - |
| YUV | 178.47 | 162.73 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 240 | 0.15 | 0.36 | 0 | 0.06 | 275.86 | 0.74 | 0.77 |
| Hex | CD | 99 | F0 | F | 24 | 0 | 6 | 114 | 4A | 4D |
| Octal | 315 | 231 | 360 | 17 | 44 | 0 | 6 | 424 | 112 | 115 |
| Binary | 11001101 | 10011001 | 11110000 | 1111 | 100100 | 0 | 110 | 100010100 | 1001010 | 1001101 |
Color Harmonies of #CD99F0
Complementary color
Monochromatic Colors of #CD99F0
Black with #CD99F0
Text Example
Text Example
White with #CD99F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD99F0; }
p { color: rgb(205,153,240); }
H1.HeaderClassName
{
color: #CD99F0;
}
.AnyTagClassName
{
color: #CD99F0;
}
</style>
background-color css
<style>
a { background-color: #CD99F0; }
a { background-color: rgb(205,153,240); }
div.DivClassName
{
background-color: #CD99F0;
}
.BgClassName
{
background-color: #CD99F0;
}
</style>
border-color css
<style>
span { border-color: #CD99F0; }
span { border-color: rgb(205,153,240); }
td.TdClassName
{
border-color: #CD99F0;
}
.TagClassName
{
border-color: #CD99F0;
}
</style>