Shades of Perfume #C095F3
Tints of Perfume #C095F3
RGB
CMYK
RGB Variations
Color information
#C095F3 (or 0xC095F3) is known color: Perfume. HEX triplet: C0, 95 and F3. RGB value is (192,149,243). Sum of RGB (Red+Green+Blue) = 192+149+243=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #C095F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C095F3 is #3F6A0C. Grayscale: #ACACAC. Windows color (decimal): -4155917 or 15963584. OLE color: 15963584.
HSL color Cylindrical-coordinate representation of color #C095F3: hue angle of 267.45º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C095F3 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 149 | 243 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.05 |
| HSL | 267.45º | 0.8% | 0.77% | - |
| HSV(B) | 267.45º | 0.39% | 0.95% | - |
| XYZ | 48.66 | 39.17 | 89.79 | - |
| YUV | 172.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 243 | 0.21 | 0.39 | 0 | 0.05 | 267.45 | 0.8 | 0.77 |
| Hex | C0 | 95 | F3 | 15 | 27 | 0 | 5 | 10B | 50 | 4D |
| Octal | 300 | 225 | 363 | 25 | 47 | 0 | 5 | 413 | 120 | 115 |
| Binary | 11000000 | 10010101 | 11110011 | 10101 | 100111 | 0 | 101 | 100001011 | 1010000 | 1001101 |
Color Harmonies of #C095F3
Complementary color
Monochromatic Colors of #C095F3
Black with #C095F3
Text Example
Text Example
White with #C095F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095F3; }
p { color: rgb(192,149,243); }
H1.HeaderClassName
{
color: #C095F3;
}
.AnyTagClassName
{
color: #C095F3;
}
</style>
background-color css
<style>
a { background-color: #C095F3; }
a { background-color: rgb(192,149,243); }
div.DivClassName
{
background-color: #C095F3;
}
.BgClassName
{
background-color: #C095F3;
}
</style>
border-color css
<style>
span { border-color: #C095F3; }
span { border-color: rgb(192,149,243); }
td.TdClassName
{
border-color: #C095F3;
}
.TagClassName
{
border-color: #C095F3;
}
</style>