Shades of Perfume #C297F6
Tints of Perfume #C297F6
RGB
CMYK
RGB Variations
Color information
#C297F6 (or 0xC297F6) is known color: Perfume. HEX triplet: C2, 97 and F6. RGB value is (194,151,246). Sum of RGB (Red+Green+Blue) = 194+151+246=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #C297F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C297F6 is #3D6809. Grayscale: #AEAEAE. Windows color (decimal): -4024330 or 16160706. OLE color: 16160706.
HSL color Cylindrical-coordinate representation of color #C297F6: hue angle of 267.16º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C297F6 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 151 | 246 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.04 |
| HSL | 267.16º | 0.84% | 0.78% | - |
| HSV(B) | 267.16º | 0.39% | 0.96% | - |
| XYZ | 49.95 | 40.26 | 92.33 | - |
| YUV | 174.69 | 168.25 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 246 | 0.21 | 0.39 | 0 | 0.04 | 267.16 | 0.84 | 0.78 |
| Hex | C2 | 97 | F6 | 15 | 27 | 0 | 4 | 10B | 54 | 4E |
| Octal | 302 | 227 | 366 | 25 | 47 | 0 | 4 | 413 | 124 | 116 |
| Binary | 11000010 | 10010111 | 11110110 | 10101 | 100111 | 0 | 100 | 100001011 | 1010100 | 1001110 |
Color Harmonies of #C297F6
Complementary color
Monochromatic Colors of #C297F6
Black with #C297F6
Text Example
Text Example
White with #C297F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C297F6; }
p { color: rgb(194,151,246); }
H1.HeaderClassName
{
color: #C297F6;
}
.AnyTagClassName
{
color: #C297F6;
}
</style>
background-color css
<style>
a { background-color: #C297F6; }
a { background-color: rgb(194,151,246); }
div.DivClassName
{
background-color: #C297F6;
}
.BgClassName
{
background-color: #C297F6;
}
</style>
border-color css
<style>
span { border-color: #C297F6; }
span { border-color: rgb(194,151,246); }
td.TdClassName
{
border-color: #C297F6;
}
.TagClassName
{
border-color: #C297F6;
}
</style>