Shades of Perfume #C298EA
Tints of Perfume #C298EA
RGB
CMYK
RGB Variations
Color information
#C298EA (or 0xC298EA) is known color: Perfume. HEX triplet: C2, 98 and EA. RGB value is (194,152,234). Sum of RGB (Red+Green+Blue) = 194+152+234=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #C298EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C298EA is #3D6715. Grayscale: #ADADAD. Windows color (decimal): -4024086 or 15374530. OLE color: 15374530.
HSL color Cylindrical-coordinate representation of color #C298EA: hue angle of 270.73º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C298EA is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 152 | 234 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.08 |
| HSL | 270.73º | 0.66% | 0.76% | - |
| HSV(B) | 270.73º | 0.35% | 0.92% | - |
| XYZ | 48.33 | 39.87 | 82.99 | - |
| YUV | 173.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 234 | 0.17 | 0.35 | 0 | 0.08 | 270.73 | 0.66 | 0.76 |
| Hex | C2 | 98 | EA | 11 | 23 | 0 | 8 | 10F | 42 | 4C |
| Octal | 302 | 230 | 352 | 21 | 43 | 0 | 10 | 417 | 102 | 114 |
| Binary | 11000010 | 10011000 | 11101010 | 10001 | 100011 | 0 | 1000 | 100001111 | 1000010 | 1001100 |
Color Harmonies of #C298EA
Complementary color
Monochromatic Colors of #C298EA
Black with #C298EA
Text Example
Text Example
White with #C298EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C298EA; }
p { color: rgb(194,152,234); }
H1.HeaderClassName
{
color: #C298EA;
}
.AnyTagClassName
{
color: #C298EA;
}
</style>
background-color css
<style>
a { background-color: #C298EA; }
a { background-color: rgb(194,152,234); }
div.DivClassName
{
background-color: #C298EA;
}
.BgClassName
{
background-color: #C298EA;
}
</style>
border-color css
<style>
span { border-color: #C298EA; }
span { border-color: rgb(194,152,234); }
td.TdClassName
{
border-color: #C298EA;
}
.TagClassName
{
border-color: #C298EA;
}
</style>