Shades of Heliotrope #C757FF
Tints of Heliotrope #C757FF
RGB
CMYK
RGB Variations
Color information
#C757FF (or 0xC757FF) is known color: Heliotrope. HEX triplet: C7, 57 and FF. RGB value is (199,87,255). Sum of RGB (Red+Green+Blue) = 199+87+255=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 87 (34.38% from 255 or 16.08% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #C757FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C757FF is #38A800. Grayscale: #8B8B8B. Windows color (decimal): -3713025 or 16734151. OLE color: 16734151.
HSL color Cylindrical-coordinate representation of color #C757FF: hue angle of 280º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C757FF is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 87 | 255 | - |
| CMYK | 0.22 | 0.66 | 0 | 0 |
| HSL | 280º | 1% | 0.67% | - |
| HSV(B) | 280º | 0.66% | 1% | - |
| XYZ | 45.01 | 26.18 | 97.29 | - |
| YUV | 139.64 | 193.11 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 255 | 0.22 | 0.66 | 0 | 0 | 280 | 1 | 0.67 |
| Hex | C7 | 57 | FF | 16 | 42 | 0 | 0 | 118 | 64 | 43 |
| Octal | 307 | 127 | 377 | 26 | 102 | 0 | 0 | 430 | 144 | 103 |
| Binary | 11000111 | 1010111 | 11111111 | 10110 | 1000010 | 0 | 0 | 100011000 | 1100100 | 1000011 |
Color Harmonies of #C757FF
Complementary color
Monochromatic Colors of #C757FF
Black with #C757FF
Text Example
Text Example
White with #C757FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C757FF; }
p { color: rgb(199,87,255); }
H1.HeaderClassName
{
color: #C757FF;
}
.AnyTagClassName
{
color: #C757FF;
}
</style>
background-color css
<style>
a { background-color: #C757FF; }
a { background-color: rgb(199,87,255); }
div.DivClassName
{
background-color: #C757FF;
}
.BgClassName
{
background-color: #C757FF;
}
</style>
border-color css
<style>
span { border-color: #C757FF; }
span { border-color: rgb(199,87,255); }
td.TdClassName
{
border-color: #C757FF;
}
.TagClassName
{
border-color: #C757FF;
}
</style>