Shades of Heliotrope #C673FD
Tints of Heliotrope #C673FD
RGB
CMYK
RGB Variations
Color information
#C673FD (or 0xC673FD) is known color: Heliotrope. HEX triplet: C6, 73 and FD. RGB value is (198,115,253). Sum of RGB (Red+Green+Blue) = 198+115+253=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #C673FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C673FD is #398C02. Grayscale: #9B9B9B. Windows color (decimal): -3771395 or 16610246. OLE color: 16610246.
HSL color Cylindrical-coordinate representation of color #C673FD: hue angle of 276.09º degrees, saturation: 0.97, 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 #C673FD is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 115 | 253 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.01 |
| HSL | 276.09º | 0.97% | 0.72% | - |
| HSV(B) | 276.09º | 0.55% | 0.99% | - |
| XYZ | 47.15 | 31.36 | 96.5 | - |
| YUV | 155.55 | 183 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 253 | 0.22 | 0.55 | 0 | 0.01 | 276.09 | 0.97 | 0.72 |
| Hex | C6 | 73 | FD | 16 | 37 | 0 | 1 | 114 | 61 | 48 |
| Octal | 306 | 163 | 375 | 26 | 67 | 0 | 1 | 424 | 141 | 110 |
| Binary | 11000110 | 1110011 | 11111101 | 10110 | 110111 | 0 | 1 | 100010100 | 1100001 | 1001000 |
Color Harmonies of #C673FD
Complementary color
Monochromatic Colors of #C673FD
Black with #C673FD
Text Example
Text Example
White with #C673FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C673FD; }
p { color: rgb(198,115,253); }
H1.HeaderClassName
{
color: #C673FD;
}
.AnyTagClassName
{
color: #C673FD;
}
</style>
background-color css
<style>
a { background-color: #C673FD; }
a { background-color: rgb(198,115,253); }
div.DivClassName
{
background-color: #C673FD;
}
.BgClassName
{
background-color: #C673FD;
}
</style>
border-color css
<style>
span { border-color: #C673FD; }
span { border-color: rgb(198,115,253); }
td.TdClassName
{
border-color: #C673FD;
}
.TagClassName
{
border-color: #C673FD;
}
</style>