Shades of Heliotrope #C061FD
Tints of Heliotrope #C061FD
RGB
CMYK
RGB Variations
Color information
#C061FD (or 0xC061FD) is known color: Heliotrope. HEX triplet: C0, 61 and FD. RGB value is (192,97,253). Sum of RGB (Red+Green+Blue) = 192+97+253=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #C061FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C061FD is #3F9E02. Grayscale: #8E8E8E. Windows color (decimal): -4169219 or 16605632. OLE color: 16605632.
HSL color Cylindrical-coordinate representation of color #C061FD: hue angle of 276.54º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C061FD is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 97 | 253 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.01 |
| HSL | 276.54º | 0.98% | 0.69% | - |
| HSV(B) | 276.54º | 0.62% | 0.99% | - |
| XYZ | 43.74 | 26.85 | 95.81 | - |
| YUV | 143.19 | 189.97 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 253 | 0.24 | 0.62 | 0 | 0.01 | 276.54 | 0.98 | 0.69 |
| Hex | C0 | 61 | FD | 18 | 3E | 0 | 1 | 115 | 62 | 45 |
| Octal | 300 | 141 | 375 | 30 | 76 | 0 | 1 | 425 | 142 | 105 |
| Binary | 11000000 | 1100001 | 11111101 | 11000 | 111110 | 0 | 1 | 100010101 | 1100010 | 1000101 |
Color Harmonies of #C061FD
Complementary color
Monochromatic Colors of #C061FD
Black with #C061FD
Text Example
Text Example
White with #C061FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061FD; }
p { color: rgb(192,97,253); }
H1.HeaderClassName
{
color: #C061FD;
}
.AnyTagClassName
{
color: #C061FD;
}
</style>
background-color css
<style>
a { background-color: #C061FD; }
a { background-color: rgb(192,97,253); }
div.DivClassName
{
background-color: #C061FD;
}
.BgClassName
{
background-color: #C061FD;
}
</style>
border-color css
<style>
span { border-color: #C061FD; }
span { border-color: rgb(192,97,253); }
td.TdClassName
{
border-color: #C061FD;
}
.TagClassName
{
border-color: #C061FD;
}
</style>