Shades of Perfume #C299ED
Tints of Perfume #C299ED
RGB
CMYK
RGB Variations
Color information
#C299ED (or 0xC299ED) is known color: Perfume. HEX triplet: C2, 99 and ED. RGB value is (194,153,237). Sum of RGB (Red+Green+Blue) = 194+153+237=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #C299ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C299ED is #3D6612. Grayscale: #AEAEAE. Windows color (decimal): -4023827 or 15571394. OLE color: 15571394.
HSL color Cylindrical-coordinate representation of color #C299ED: hue angle of 269.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C299ED is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 153 | 237 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.07 |
| HSL | 269.29º | 0.7% | 0.76% | - |
| HSV(B) | 269.29º | 0.35% | 0.93% | - |
| XYZ | 48.93 | 40.37 | 85.33 | - |
| YUV | 174.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 237 | 0.18 | 0.35 | 0 | 0.07 | 269.29 | 0.7 | 0.76 |
| Hex | C2 | 99 | ED | 12 | 23 | 0 | 7 | 10D | 46 | 4C |
| Octal | 302 | 231 | 355 | 22 | 43 | 0 | 7 | 415 | 106 | 114 |
| Binary | 11000010 | 10011001 | 11101101 | 10010 | 100011 | 0 | 111 | 100001101 | 1000110 | 1001100 |
Color Harmonies of #C299ED
Complementary color
Monochromatic Colors of #C299ED
Black with #C299ED
Text Example
Text Example
White with #C299ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C299ED; }
p { color: rgb(194,153,237); }
H1.HeaderClassName
{
color: #C299ED;
}
.AnyTagClassName
{
color: #C299ED;
}
</style>
background-color css
<style>
a { background-color: #C299ED; }
a { background-color: rgb(194,153,237); }
div.DivClassName
{
background-color: #C299ED;
}
.BgClassName
{
background-color: #C299ED;
}
</style>
border-color css
<style>
span { border-color: #C299ED; }
span { border-color: rgb(194,153,237); }
td.TdClassName
{
border-color: #C299ED;
}
.TagClassName
{
border-color: #C299ED;
}
</style>