Shades of Heliotrope #C673FE
Tints of Heliotrope #C673FE
RGB
CMYK
RGB Variations
Color information
#C673FE (or 0xC673FE) is known color: Heliotrope. HEX triplet: C6, 73 and FE. RGB value is (198,115,254). Sum of RGB (Red+Green+Blue) = 198+115+254=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #C673FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C673FE is #398C01. Grayscale: #9B9B9B. Windows color (decimal): -3771394 or 16675782. OLE color: 16675782.
HSL color Cylindrical-coordinate representation of color #C673FE: hue angle of 275.83º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C673FE is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 115 | 254 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.00 |
| HSL | 275.83º | 0.99% | 0.72% | - |
| HSV(B) | 275.83º | 0.55% | 1% | - |
| XYZ | 47.31 | 31.42 | 97.34 | - |
| YUV | 155.66 | 183.5 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 254 | 0.22 | 0.55 | 0 | 0.00 | 275.83 | 0.99 | 0.72 |
| Hex | C6 | 73 | FE | 16 | 37 | 0 | 0 | 114 | 63 | 48 |
| Octal | 306 | 163 | 376 | 26 | 67 | 0 | 0 | 424 | 143 | 110 |
| Binary | 11000110 | 1110011 | 11111110 | 10110 | 110111 | 0 | 0 | 100010100 | 1100011 | 1001000 |
Color Harmonies of #C673FE
Complementary color
Monochromatic Colors of #C673FE
Black with #C673FE
Text Example
Text Example
White with #C673FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C673FE; }
p { color: rgb(198,115,254); }
H1.HeaderClassName
{
color: #C673FE;
}
.AnyTagClassName
{
color: #C673FE;
}
</style>
background-color css
<style>
a { background-color: #C673FE; }
a { background-color: rgb(198,115,254); }
div.DivClassName
{
background-color: #C673FE;
}
.BgClassName
{
background-color: #C673FE;
}
</style>
border-color css
<style>
span { border-color: #C673FE; }
span { border-color: rgb(198,115,254); }
td.TdClassName
{
border-color: #C673FE;
}
.TagClassName
{
border-color: #C673FE;
}
</style>