Shades of Perfume #C395FF
Tints of Perfume #C395FF
RGB
CMYK
RGB Variations
Color information
#C395FF (or 0xC395FF) is known color: Perfume. HEX triplet: C3, 95 and FF. RGB value is (195,149,255). Sum of RGB (Red+Green+Blue) = 195+149+255=599 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.55% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #C395FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C395FF is #3C6A00. Grayscale: #AEAEAE. Windows color (decimal): -3959297 or 16750019. OLE color: 16750019.
HSL color Cylindrical-coordinate representation of color #C395FF: hue angle of 266.04º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C395FF is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 149 | 255 | - |
| CMYK | 0.24 | 0.42 | 0 | 0 |
| HSL | 266.04º | 1% | 0.79% | - |
| HSV(B) | 266.04º | 0.42% | 1% | - |
| XYZ | 51.3 | 40.32 | 99.69 | - |
| YUV | 174.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 255 | 0.24 | 0.42 | 0 | 0 | 266.04 | 1 | 0.79 |
| Hex | C3 | 95 | FF | 18 | 2A | 0 | 0 | 10A | 64 | 4F |
| Octal | 303 | 225 | 377 | 30 | 52 | 0 | 0 | 412 | 144 | 117 |
| Binary | 11000011 | 10010101 | 11111111 | 11000 | 101010 | 0 | 0 | 100001010 | 1100100 | 1001111 |
Color Harmonies of #C395FF
Complementary color
Monochromatic Colors of #C395FF
Black with #C395FF
Text Example
Text Example
White with #C395FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395FF; }
p { color: rgb(195,149,255); }
H1.HeaderClassName
{
color: #C395FF;
}
.AnyTagClassName
{
color: #C395FF;
}
</style>
background-color css
<style>
a { background-color: #C395FF; }
a { background-color: rgb(195,149,255); }
div.DivClassName
{
background-color: #C395FF;
}
.BgClassName
{
background-color: #C395FF;
}
</style>
border-color css
<style>
span { border-color: #C395FF; }
span { border-color: rgb(195,149,255); }
td.TdClassName
{
border-color: #C395FF;
}
.TagClassName
{
border-color: #C395FF;
}
</style>