Shades of Perfume #C395FB
Tints of Perfume #C395FB
RGB
CMYK
RGB Variations
Color information
#C395FB (or 0xC395FB) is known color: Perfume. HEX triplet: C3, 95 and FB. RGB value is (195,149,251). Sum of RGB (Red+Green+Blue) = 195+149+251=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #C395FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C395FB is #3C6A04. Grayscale: #AEAEAE. Windows color (decimal): -3959301 or 16487875. OLE color: 16487875.
HSL color Cylindrical-coordinate representation of color #C395FB: hue angle of 267.06º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C395FB is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 149 | 251 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.02 |
| HSL | 267.06º | 0.93% | 0.78% | - |
| HSV(B) | 267.06º | 0.41% | 0.98% | - |
| XYZ | 50.67 | 40.06 | 96.33 | - |
| YUV | 174.38 | 171.24 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 251 | 0.22 | 0.41 | 0 | 0.02 | 267.06 | 0.93 | 0.78 |
| Hex | C3 | 95 | FB | 16 | 29 | 0 | 2 | 10B | 5D | 4E |
| Octal | 303 | 225 | 373 | 26 | 51 | 0 | 2 | 413 | 135 | 116 |
| Binary | 11000011 | 10010101 | 11111011 | 10110 | 101001 | 0 | 10 | 100001011 | 1011101 | 1001110 |
Color Harmonies of #C395FB
Complementary color
Monochromatic Colors of #C395FB
Black with #C395FB
Text Example
Text Example
White with #C395FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395FB; }
p { color: rgb(195,149,251); }
H1.HeaderClassName
{
color: #C395FB;
}
.AnyTagClassName
{
color: #C395FB;
}
</style>
background-color css
<style>
a { background-color: #C395FB; }
a { background-color: rgb(195,149,251); }
div.DivClassName
{
background-color: #C395FB;
}
.BgClassName
{
background-color: #C395FB;
}
</style>
border-color css
<style>
span { border-color: #C395FB; }
span { border-color: rgb(195,149,251); }
td.TdClassName
{
border-color: #C395FB;
}
.TagClassName
{
border-color: #C395FB;
}
</style>