Shades of Wisteria #C099E1
Tints of Wisteria #C099E1
RGB
CMYK
RGB Variations
Color information
#C099E1 (or 0xC099E1) is known color: Wisteria. HEX triplet: C0, 99 and E1. RGB value is (192,153,225). Sum of RGB (Red+Green+Blue) = 192+153+225=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #C099E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099E1 is #3F661E. Grayscale: #ACACAC. Windows color (decimal): -4154911 or 14784960. OLE color: 14784960.
HSL color Cylindrical-coordinate representation of color #C099E1: hue angle of 272.5º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C099E1 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 153 | 225 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.12 |
| HSL | 272.5º | 0.55% | 0.74% | - |
| HSV(B) | 272.5º | 0.32% | 0.88% | - |
| XYZ | 46.72 | 39.43 | 76.38 | - |
| YUV | 172.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 225 | 0.15 | 0.32 | 0 | 0.12 | 272.5 | 0.55 | 0.74 |
| Hex | C0 | 99 | E1 | F | 20 | 0 | C | 110 | 37 | 4A |
| Octal | 300 | 231 | 341 | 17 | 40 | 0 | 14 | 420 | 67 | 112 |
| Binary | 11000000 | 10011001 | 11100001 | 1111 | 100000 | 0 | 1100 | 100010000 | 110111 | 1001010 |
Color Harmonies of #C099E1
Complementary color
Monochromatic Colors of #C099E1
Black with #C099E1
Text Example
Text Example
White with #C099E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099E1; }
p { color: rgb(192,153,225); }
H1.HeaderClassName
{
color: #C099E1;
}
.AnyTagClassName
{
color: #C099E1;
}
</style>
background-color css
<style>
a { background-color: #C099E1; }
a { background-color: rgb(192,153,225); }
div.DivClassName
{
background-color: #C099E1;
}
.BgClassName
{
background-color: #C099E1;
}
</style>
border-color css
<style>
span { border-color: #C099E1; }
span { border-color: rgb(192,153,225); }
td.TdClassName
{
border-color: #C099E1;
}
.TagClassName
{
border-color: #C099E1;
}
</style>