Shades of Heliotrope #C675F9
Tints of Heliotrope #C675F9
RGB
CMYK
RGB Variations
Color information
#C675F9 (or 0xC675F9) is known color: Heliotrope. HEX triplet: C6, 75 and F9. RGB value is (198,117,249). Sum of RGB (Red+Green+Blue) = 198+117+249=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #C675F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C675F9 is #398A06. Grayscale: #9B9B9B. Windows color (decimal): -3770887 or 16348614. OLE color: 16348614.
HSL color Cylindrical-coordinate representation of color #C675F9: hue angle of 276.82º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C675F9 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 117 | 249 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.02 |
| HSL | 276.82º | 0.92% | 0.72% | - |
| HSV(B) | 276.82º | 0.53% | 0.98% | - |
| XYZ | 46.75 | 31.57 | 93.25 | - |
| YUV | 156.27 | 180.34 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 249 | 0.20 | 0.53 | 0 | 0.02 | 276.82 | 0.92 | 0.72 |
| Hex | C6 | 75 | F9 | 14 | 35 | 0 | 2 | 115 | 5C | 48 |
| Octal | 306 | 165 | 371 | 24 | 65 | 0 | 2 | 425 | 134 | 110 |
| Binary | 11000110 | 1110101 | 11111001 | 10100 | 110101 | 0 | 10 | 100010101 | 1011100 | 1001000 |
Color Harmonies of #C675F9
Complementary color
Monochromatic Colors of #C675F9
Black with #C675F9
Text Example
Text Example
White with #C675F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675F9; }
p { color: rgb(198,117,249); }
H1.HeaderClassName
{
color: #C675F9;
}
.AnyTagClassName
{
color: #C675F9;
}
</style>
background-color css
<style>
a { background-color: #C675F9; }
a { background-color: rgb(198,117,249); }
div.DivClassName
{
background-color: #C675F9;
}
.BgClassName
{
background-color: #C675F9;
}
</style>
border-color css
<style>
span { border-color: #C675F9; }
span { border-color: rgb(198,117,249); }
td.TdClassName
{
border-color: #C675F9;
}
.TagClassName
{
border-color: #C675F9;
}
</style>