Shades of Heliotrope #C253FE
Tints of Heliotrope #C253FE
RGB
CMYK
RGB Variations
Color information
#C253FE (or 0xC253FE) is known color: Heliotrope. HEX triplet: C2, 53 and FE. RGB value is (194,83,254). Sum of RGB (Red+Green+Blue) = 194+83+254=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #C253FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C253FE is #3DAC01. Grayscale: #878787. Windows color (decimal): -4041730 or 16667586. OLE color: 16667586.
HSL color Cylindrical-coordinate representation of color #C253FE: hue angle of 278.95º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C253FE is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 83 | 254 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.00 |
| HSL | 278.95º | 0.99% | 0.66% | - |
| HSV(B) | 278.95º | 0.67% | 1% | - |
| XYZ | 43.23 | 24.81 | 96.28 | - |
| YUV | 135.68 | 194.77 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 254 | 0.24 | 0.67 | 0 | 0.00 | 278.95 | 0.99 | 0.66 |
| Hex | C2 | 53 | FE | 18 | 43 | 0 | 0 | 117 | 63 | 42 |
| Octal | 302 | 123 | 376 | 30 | 103 | 0 | 0 | 427 | 143 | 102 |
| Binary | 11000010 | 1010011 | 11111110 | 11000 | 1000011 | 0 | 0 | 100010111 | 1100011 | 1000010 |
Color Harmonies of #C253FE
Complementary color
Monochromatic Colors of #C253FE
Black with #C253FE
Text Example
Text Example
White with #C253FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253FE; }
p { color: rgb(194,83,254); }
H1.HeaderClassName
{
color: #C253FE;
}
.AnyTagClassName
{
color: #C253FE;
}
</style>
background-color css
<style>
a { background-color: #C253FE; }
a { background-color: rgb(194,83,254); }
div.DivClassName
{
background-color: #C253FE;
}
.BgClassName
{
background-color: #C253FE;
}
</style>
border-color css
<style>
span { border-color: #C253FE; }
span { border-color: rgb(194,83,254); }
td.TdClassName
{
border-color: #C253FE;
}
.TagClassName
{
border-color: #C253FE;
}
</style>