Shades of Heliotrope #C068FD
Tints of Heliotrope #C068FD
RGB
CMYK
RGB Variations
Color information
#C068FD (or 0xC068FD) is known color: Heliotrope. HEX triplet: C0, 68 and FD. RGB value is (192,104,253). Sum of RGB (Red+Green+Blue) = 192+104+253=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #C068FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C068FD is #3F9702. Grayscale: #929292. Windows color (decimal): -4167427 or 16607424. OLE color: 16607424.
HSL color Cylindrical-coordinate representation of color #C068FD: hue angle of 275.44º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C068FD is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 104 | 253 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.01 |
| HSL | 275.44º | 0.97% | 0.7% | - |
| HSV(B) | 275.44º | 0.59% | 0.99% | - |
| XYZ | 44.42 | 28.2 | 96.03 | - |
| YUV | 147.3 | 187.65 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 253 | 0.24 | 0.59 | 0 | 0.01 | 275.44 | 0.97 | 0.7 |
| Hex | C0 | 68 | FD | 18 | 3B | 0 | 1 | 113 | 61 | 46 |
| Octal | 300 | 150 | 375 | 30 | 73 | 0 | 1 | 423 | 141 | 106 |
| Binary | 11000000 | 1101000 | 11111101 | 11000 | 111011 | 0 | 1 | 100010011 | 1100001 | 1000110 |
Color Harmonies of #C068FD
Complementary color
Monochromatic Colors of #C068FD
Black with #C068FD
Text Example
Text Example
White with #C068FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068FD; }
p { color: rgb(192,104,253); }
H1.HeaderClassName
{
color: #C068FD;
}
.AnyTagClassName
{
color: #C068FD;
}
</style>
background-color css
<style>
a { background-color: #C068FD; }
a { background-color: rgb(192,104,253); }
div.DivClassName
{
background-color: #C068FD;
}
.BgClassName
{
background-color: #C068FD;
}
</style>
border-color css
<style>
span { border-color: #C068FD; }
span { border-color: rgb(192,104,253); }
td.TdClassName
{
border-color: #C068FD;
}
.TagClassName
{
border-color: #C068FD;
}
</style>