Shades of Heliotrope #C253FF
Tints of Heliotrope #C253FF
RGB
CMYK
RGB Variations
Color information
#C253FF (or 0xC253FF) is known color: Heliotrope. HEX triplet: C2, 53 and FF. RGB value is (194,83,255). Sum of RGB (Red+Green+Blue) = 194+83+255=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #C253FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C253FF is #3DAC00. Grayscale: #878787. Windows color (decimal): -4041729 or 16733122. OLE color: 16733122.
HSL color Cylindrical-coordinate representation of color #C253FF: hue angle of 278.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C253FF is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 83 | 255 | - |
| CMYK | 0.24 | 0.67 | 0 | 0 |
| HSL | 278.72º | 1% | 0.66% | - |
| HSV(B) | 278.72º | 0.67% | 1% | - |
| XYZ | 43.39 | 24.88 | 97.12 | - |
| YUV | 135.8 | 195.27 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 255 | 0.24 | 0.67 | 0 | 0 | 278.72 | 1 | 0.66 |
| Hex | C2 | 53 | FF | 18 | 43 | 0 | 0 | 117 | 64 | 42 |
| Octal | 302 | 123 | 377 | 30 | 103 | 0 | 0 | 427 | 144 | 102 |
| Binary | 11000010 | 1010011 | 11111111 | 11000 | 1000011 | 0 | 0 | 100010111 | 1100100 | 1000010 |
Color Harmonies of #C253FF
Complementary color
Monochromatic Colors of #C253FF
Black with #C253FF
Text Example
Text Example
White with #C253FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253FF; }
p { color: rgb(194,83,255); }
H1.HeaderClassName
{
color: #C253FF;
}
.AnyTagClassName
{
color: #C253FF;
}
</style>
background-color css
<style>
a { background-color: #C253FF; }
a { background-color: rgb(194,83,255); }
div.DivClassName
{
background-color: #C253FF;
}
.BgClassName
{
background-color: #C253FF;
}
</style>
border-color css
<style>
span { border-color: #C253FF; }
span { border-color: rgb(194,83,255); }
td.TdClassName
{
border-color: #C253FF;
}
.TagClassName
{
border-color: #C253FF;
}
</style>