Shades of Perfume #C296F7
Tints of Perfume #C296F7
RGB
CMYK
RGB Variations
Color information
#C296F7 (or 0xC296F7) is known color: Perfume. HEX triplet: C2, 96 and F7. RGB value is (194,150,247). Sum of RGB (Red+Green+Blue) = 194+150+247=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 247 - color contains mainly: blue. Hex color #C296F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C296F7 is #3D6908. Grayscale: #ADADAD. Windows color (decimal): -4024585 or 16225986. OLE color: 16225986.
HSL color Cylindrical-coordinate representation of color #C296F7: hue angle of 267.22º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C296F7 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 150 | 247 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.03 |
| HSL | 267.22º | 0.86% | 0.78% | - |
| HSV(B) | 267.22º | 0.39% | 0.97% | - |
| XYZ | 49.94 | 40 | 93.08 | - |
| YUV | 174.21 | 169.08 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 247 | 0.21 | 0.39 | 0 | 0.03 | 267.22 | 0.86 | 0.78 |
| Hex | C2 | 96 | F7 | 15 | 27 | 0 | 3 | 10B | 56 | 4E |
| Octal | 302 | 226 | 367 | 25 | 47 | 0 | 3 | 413 | 126 | 116 |
| Binary | 11000010 | 10010110 | 11110111 | 10101 | 100111 | 0 | 11 | 100001011 | 1010110 | 1001110 |
Color Harmonies of #C296F7
Complementary color
Monochromatic Colors of #C296F7
Black with #C296F7
Text Example
Text Example
White with #C296F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296F7; }
p { color: rgb(194,150,247); }
H1.HeaderClassName
{
color: #C296F7;
}
.AnyTagClassName
{
color: #C296F7;
}
</style>
background-color css
<style>
a { background-color: #C296F7; }
a { background-color: rgb(194,150,247); }
div.DivClassName
{
background-color: #C296F7;
}
.BgClassName
{
background-color: #C296F7;
}
</style>
border-color css
<style>
span { border-color: #C296F7; }
span { border-color: rgb(194,150,247); }
td.TdClassName
{
border-color: #C296F7;
}
.TagClassName
{
border-color: #C296F7;
}
</style>