Shades of Heliotrope #C678F2
Tints of Heliotrope #C678F2
RGB
CMYK
RGB Variations
Color information
#C678F2 (or 0xC678F2) is known color: Heliotrope. HEX triplet: C6, 78 and F2. RGB value is (198,120,242). Sum of RGB (Red+Green+Blue) = 198+120+242=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #C678F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C678F2 is #39870D. Grayscale: #9C9C9C. Windows color (decimal): -3770126 or 15890630. OLE color: 15890630.
HSL color Cylindrical-coordinate representation of color #C678F2: hue angle of 278.36º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C678F2 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 120 | 242 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.05 |
| HSL | 278.36º | 0.82% | 0.71% | - |
| HSV(B) | 278.36º | 0.5% | 0.95% | - |
| XYZ | 46.03 | 31.85 | 87.73 | - |
| YUV | 157.23 | 175.84 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 242 | 0.18 | 0.50 | 0 | 0.05 | 278.36 | 0.82 | 0.71 |
| Hex | C6 | 78 | F2 | 12 | 32 | 0 | 5 | 116 | 52 | 47 |
| Octal | 306 | 170 | 362 | 22 | 62 | 0 | 5 | 426 | 122 | 107 |
| Binary | 11000110 | 1111000 | 11110010 | 10010 | 110010 | 0 | 101 | 100010110 | 1010010 | 1000111 |
Color Harmonies of #C678F2
Complementary color
Monochromatic Colors of #C678F2
Black with #C678F2
Text Example
Text Example
White with #C678F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678F2; }
p { color: rgb(198,120,242); }
H1.HeaderClassName
{
color: #C678F2;
}
.AnyTagClassName
{
color: #C678F2;
}
</style>
background-color css
<style>
a { background-color: #C678F2; }
a { background-color: rgb(198,120,242); }
div.DivClassName
{
background-color: #C678F2;
}
.BgClassName
{
background-color: #C678F2;
}
</style>
border-color css
<style>
span { border-color: #C678F2; }
span { border-color: rgb(198,120,242); }
td.TdClassName
{
border-color: #C678F2;
}
.TagClassName
{
border-color: #C678F2;
}
</style>