Shades of Heliotrope #C672FF
Tints of Heliotrope #C672FF
RGB
CMYK
RGB Variations
Color information
#C672FF (or 0xC672FF) is known color: Heliotrope. HEX triplet: C6, 72 and FF. RGB value is (198,114,255). Sum of RGB (Red+Green+Blue) = 198+114+255=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #C672FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C672FF is #398D00. Grayscale: #9A9A9A. Windows color (decimal): -3771649 or 16741062. OLE color: 16741062.
HSL color Cylindrical-coordinate representation of color #C672FF: hue angle of 275.74º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C672FF is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 114 | 255 | - |
| CMYK | 0.22 | 0.55 | 0 | 0 |
| HSL | 275.74º | 1% | 0.72% | - |
| HSV(B) | 275.74º | 0.55% | 1% | - |
| XYZ | 47.36 | 31.26 | 98.15 | - |
| YUV | 155.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 255 | 0.22 | 0.55 | 0 | 0 | 275.74 | 1 | 0.72 |
| Hex | C6 | 72 | FF | 16 | 37 | 0 | 0 | 114 | 64 | 48 |
| Octal | 306 | 162 | 377 | 26 | 67 | 0 | 0 | 424 | 144 | 110 |
| Binary | 11000110 | 1110010 | 11111111 | 10110 | 110111 | 0 | 0 | 100010100 | 1100100 | 1001000 |
Color Harmonies of #C672FF
Complementary color
Monochromatic Colors of #C672FF
Black with #C672FF
Text Example
Text Example
White with #C672FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C672FF; }
p { color: rgb(198,114,255); }
H1.HeaderClassName
{
color: #C672FF;
}
.AnyTagClassName
{
color: #C672FF;
}
</style>
background-color css
<style>
a { background-color: #C672FF; }
a { background-color: rgb(198,114,255); }
div.DivClassName
{
background-color: #C672FF;
}
.BgClassName
{
background-color: #C672FF;
}
</style>
border-color css
<style>
span { border-color: #C672FF; }
span { border-color: rgb(198,114,255); }
td.TdClassName
{
border-color: #C672FF;
}
.TagClassName
{
border-color: #C672FF;
}
</style>