Shades of Heliotrope #C253FD
Tints of Heliotrope #C253FD
RGB
CMYK
RGB Variations
Color information
#C253FD (or 0xC253FD) is known color: Heliotrope. HEX triplet: C2, 53 and FD. RGB value is (194,83,253). Sum of RGB (Red+Green+Blue) = 194+83+253=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #C253FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C253FD is #3DAC02. Grayscale: #878787. Windows color (decimal): -4041731 or 16602050. OLE color: 16602050.
HSL color Cylindrical-coordinate representation of color #C253FD: hue angle of 279.18º degrees, saturation: 0.98, 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 #C253FD is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 83 | 253 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.01 |
| HSL | 279.18º | 0.98% | 0.66% | - |
| HSV(B) | 279.18º | 0.67% | 0.99% | - |
| XYZ | 43.07 | 24.75 | 95.44 | - |
| YUV | 135.57 | 194.27 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 253 | 0.23 | 0.67 | 0 | 0.01 | 279.18 | 0.98 | 0.66 |
| Hex | C2 | 53 | FD | 17 | 43 | 0 | 1 | 117 | 62 | 42 |
| Octal | 302 | 123 | 375 | 27 | 103 | 0 | 1 | 427 | 142 | 102 |
| Binary | 11000010 | 1010011 | 11111101 | 10111 | 1000011 | 0 | 1 | 100010111 | 1100010 | 1000010 |
Color Harmonies of #C253FD
Complementary color
Monochromatic Colors of #C253FD
Black with #C253FD
Text Example
Text Example
White with #C253FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253FD; }
p { color: rgb(194,83,253); }
H1.HeaderClassName
{
color: #C253FD;
}
.AnyTagClassName
{
color: #C253FD;
}
</style>
background-color css
<style>
a { background-color: #C253FD; }
a { background-color: rgb(194,83,253); }
div.DivClassName
{
background-color: #C253FD;
}
.BgClassName
{
background-color: #C253FD;
}
</style>
border-color css
<style>
span { border-color: #C253FD; }
span { border-color: rgb(194,83,253); }
td.TdClassName
{
border-color: #C253FD;
}
.TagClassName
{
border-color: #C253FD;
}
</style>