Shades of Heliotrope #C675FC
Tints of Heliotrope #C675FC
RGB
CMYK
RGB Variations
Color information
#C675FC (or 0xC675FC) is known color: Heliotrope. HEX triplet: C6, 75 and FC. RGB value is (198,117,252). Sum of RGB (Red+Green+Blue) = 198+117+252=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #C675FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C675FC is #398A03. Grayscale: #9C9C9C. Windows color (decimal): -3770884 or 16545222. OLE color: 16545222.
HSL color Cylindrical-coordinate representation of color #C675FC: hue angle of 276º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C675FC is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 117 | 252 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.01 |
| HSL | 276º | 0.96% | 0.72% | - |
| HSV(B) | 276º | 0.54% | 0.99% | - |
| XYZ | 47.22 | 31.76 | 95.74 | - |
| YUV | 156.61 | 181.84 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 252 | 0.21 | 0.54 | 0 | 0.01 | 276 | 0.96 | 0.72 |
| Hex | C6 | 75 | FC | 15 | 36 | 0 | 1 | 114 | 60 | 48 |
| Octal | 306 | 165 | 374 | 25 | 66 | 0 | 1 | 424 | 140 | 110 |
| Binary | 11000110 | 1110101 | 11111100 | 10101 | 110110 | 0 | 1 | 100010100 | 1100000 | 1001000 |
Color Harmonies of #C675FC
Complementary color
Monochromatic Colors of #C675FC
Black with #C675FC
Text Example
Text Example
White with #C675FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675FC; }
p { color: rgb(198,117,252); }
H1.HeaderClassName
{
color: #C675FC;
}
.AnyTagClassName
{
color: #C675FC;
}
</style>
background-color css
<style>
a { background-color: #C675FC; }
a { background-color: rgb(198,117,252); }
div.DivClassName
{
background-color: #C675FC;
}
.BgClassName
{
background-color: #C675FC;
}
</style>
border-color css
<style>
span { border-color: #C675FC; }
span { border-color: rgb(198,117,252); }
td.TdClassName
{
border-color: #C675FC;
}
.TagClassName
{
border-color: #C675FC;
}
</style>