Shades of Heliotrope #C672FB
Tints of Heliotrope #C672FB
RGB
CMYK
RGB Variations
Color information
#C672FB (or 0xC672FB) is known color: Heliotrope. HEX triplet: C6, 72 and FB. RGB value is (198,114,251). Sum of RGB (Red+Green+Blue) = 198+114+251=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #C672FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C672FB is #398D04. Grayscale: #9A9A9A. Windows color (decimal): -3771653 or 16478918. OLE color: 16478918.
HSL color Cylindrical-coordinate representation of color #C672FB: hue angle of 276.79º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C672FB is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 114 | 251 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.02 |
| HSL | 276.79º | 0.94% | 0.72% | - |
| HSV(B) | 276.79º | 0.55% | 0.98% | - |
| XYZ | 46.72 | 31.01 | 94.79 | - |
| YUV | 154.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 251 | 0.21 | 0.55 | 0 | 0.02 | 276.79 | 0.94 | 0.72 |
| Hex | C6 | 72 | FB | 15 | 37 | 0 | 2 | 115 | 5E | 48 |
| Octal | 306 | 162 | 373 | 25 | 67 | 0 | 2 | 425 | 136 | 110 |
| Binary | 11000110 | 1110010 | 11111011 | 10101 | 110111 | 0 | 10 | 100010101 | 1011110 | 1001000 |
Color Harmonies of #C672FB
Complementary color
Monochromatic Colors of #C672FB
Black with #C672FB
Text Example
Text Example
White with #C672FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C672FB; }
p { color: rgb(198,114,251); }
H1.HeaderClassName
{
color: #C672FB;
}
.AnyTagClassName
{
color: #C672FB;
}
</style>
background-color css
<style>
a { background-color: #C672FB; }
a { background-color: rgb(198,114,251); }
div.DivClassName
{
background-color: #C672FB;
}
.BgClassName
{
background-color: #C672FB;
}
</style>
border-color css
<style>
span { border-color: #C672FB; }
span { border-color: rgb(198,114,251); }
td.TdClassName
{
border-color: #C672FB;
}
.TagClassName
{
border-color: #C672FB;
}
</style>