Shades of Heliotrope #C672FC
Tints of Heliotrope #C672FC
RGB
CMYK
RGB Variations
Color information
#C672FC (or 0xC672FC) is known color: Heliotrope. HEX triplet: C6, 72 and FC. RGB value is (198,114,252). Sum of RGB (Red+Green+Blue) = 198+114+252=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #C672FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C672FC is #398D03. Grayscale: #9A9A9A. Windows color (decimal): -3771652 or 16544454. OLE color: 16544454.
HSL color Cylindrical-coordinate representation of color #C672FC: hue angle of 276.52º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C672FC is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 114 | 252 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.01 |
| HSL | 276.52º | 0.96% | 0.72% | - |
| HSV(B) | 276.52º | 0.55% | 0.99% | - |
| XYZ | 46.88 | 31.07 | 95.62 | - |
| YUV | 154.85 | 182.83 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 252 | 0.21 | 0.55 | 0 | 0.01 | 276.52 | 0.96 | 0.72 |
| Hex | C6 | 72 | FC | 15 | 37 | 0 | 1 | 115 | 60 | 48 |
| Octal | 306 | 162 | 374 | 25 | 67 | 0 | 1 | 425 | 140 | 110 |
| Binary | 11000110 | 1110010 | 11111100 | 10101 | 110111 | 0 | 1 | 100010101 | 1100000 | 1001000 |
Color Harmonies of #C672FC
Complementary color
Monochromatic Colors of #C672FC
Black with #C672FC
Text Example
Text Example
White with #C672FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C672FC; }
p { color: rgb(198,114,252); }
H1.HeaderClassName
{
color: #C672FC;
}
.AnyTagClassName
{
color: #C672FC;
}
</style>
background-color css
<style>
a { background-color: #C672FC; }
a { background-color: rgb(198,114,252); }
div.DivClassName
{
background-color: #C672FC;
}
.BgClassName
{
background-color: #C672FC;
}
</style>
border-color css
<style>
span { border-color: #C672FC; }
span { border-color: rgb(198,114,252); }
td.TdClassName
{
border-color: #C672FC;
}
.TagClassName
{
border-color: #C672FC;
}
</style>