Shades of Perfume #C197EA
Tints of Perfume #C197EA
RGB
CMYK
RGB Variations
Color information
#C197EA (or 0xC197EA) is known color: Perfume. HEX triplet: C1, 97 and EA. RGB value is (193,151,234). Sum of RGB (Red+Green+Blue) = 193+151+234=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #C197EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C197EA is #3E6815. Grayscale: #ACACAC. Windows color (decimal): -4089878 or 15374273. OLE color: 15374273.
HSL color Cylindrical-coordinate representation of color #C197EA: hue angle of 270.36º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C197EA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 151 | 234 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.08 |
| HSL | 270.36º | 0.66% | 0.75% | - |
| HSV(B) | 270.36º | 0.35% | 0.92% | - |
| XYZ | 47.91 | 39.41 | 82.92 | - |
| YUV | 173.02 | 162.41 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 234 | 0.18 | 0.35 | 0 | 0.08 | 270.36 | 0.66 | 0.75 |
| Hex | C1 | 97 | EA | 12 | 23 | 0 | 8 | 10E | 42 | 4B |
| Octal | 301 | 227 | 352 | 22 | 43 | 0 | 10 | 416 | 102 | 113 |
| Binary | 11000001 | 10010111 | 11101010 | 10010 | 100011 | 0 | 1000 | 100001110 | 1000010 | 1001011 |
Color Harmonies of #C197EA
Complementary color
Monochromatic Colors of #C197EA
Black with #C197EA
Text Example
Text Example
White with #C197EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197EA; }
p { color: rgb(193,151,234); }
H1.HeaderClassName
{
color: #C197EA;
}
.AnyTagClassName
{
color: #C197EA;
}
</style>
background-color css
<style>
a { background-color: #C197EA; }
a { background-color: rgb(193,151,234); }
div.DivClassName
{
background-color: #C197EA;
}
.BgClassName
{
background-color: #C197EA;
}
</style>
border-color css
<style>
span { border-color: #C197EA; }
span { border-color: rgb(193,151,234); }
td.TdClassName
{
border-color: #C197EA;
}
.TagClassName
{
border-color: #C197EA;
}
</style>