Shades of Heliotrope #C753FC
Tints of Heliotrope #C753FC
RGB
CMYK
RGB Variations
Color information
#C753FC (or 0xC753FC) is known color: Heliotrope. HEX triplet: C7, 53 and FC. RGB value is (199,83,252). Sum of RGB (Red+Green+Blue) = 199+83+252=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 83 (32.81% from 255 or 15.54% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #C753FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C753FC is #38AC03. Grayscale: #888888. Windows color (decimal): -3714052 or 16536519. OLE color: 16536519.
HSL color Cylindrical-coordinate representation of color #C753FC: hue angle of 281.18º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C753FC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 83 | 252 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.01 |
| HSL | 281.18º | 0.97% | 0.66% | - |
| HSV(B) | 281.18º | 0.67% | 0.99% | - |
| XYZ | 44.22 | 25.36 | 94.66 | - |
| YUV | 136.95 | 192.93 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 252 | 0.21 | 0.67 | 0 | 0.01 | 281.18 | 0.97 | 0.66 |
| Hex | C7 | 53 | FC | 15 | 43 | 0 | 1 | 119 | 61 | 42 |
| Octal | 307 | 123 | 374 | 25 | 103 | 0 | 1 | 431 | 141 | 102 |
| Binary | 11000111 | 1010011 | 11111100 | 10101 | 1000011 | 0 | 1 | 100011001 | 1100001 | 1000010 |
Color Harmonies of #C753FC
Complementary color
Monochromatic Colors of #C753FC
Black with #C753FC
Text Example
Text Example
White with #C753FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753FC; }
p { color: rgb(199,83,252); }
H1.HeaderClassName
{
color: #C753FC;
}
.AnyTagClassName
{
color: #C753FC;
}
</style>
background-color css
<style>
a { background-color: #C753FC; }
a { background-color: rgb(199,83,252); }
div.DivClassName
{
background-color: #C753FC;
}
.BgClassName
{
background-color: #C753FC;
}
</style>
border-color css
<style>
span { border-color: #C753FC; }
span { border-color: rgb(199,83,252); }
td.TdClassName
{
border-color: #C753FC;
}
.TagClassName
{
border-color: #C753FC;
}
</style>