Shades of Heliotrope #C252FF
Tints of Heliotrope #C252FF
RGB
CMYK
RGB Variations
Color information
#C252FF (or 0xC252FF) is known color: Heliotrope. HEX triplet: C2, 52 and FF. RGB value is (194,82,255). Sum of RGB (Red+Green+Blue) = 194+82+255=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 82 (32.42% from 255 or 15.44% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #C252FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C252FF is #3DAD00. Grayscale: #868686. Windows color (decimal): -4041985 or 16732866. OLE color: 16732866.
HSL color Cylindrical-coordinate representation of color #C252FF: hue angle of 278.84º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C252FF is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 82 | 255 | - |
| CMYK | 0.24 | 0.68 | 0 | 0 |
| HSL | 278.84º | 1% | 0.66% | - |
| HSV(B) | 278.84º | 0.68% | 1% | - |
| XYZ | 43.32 | 24.72 | 97.1 | - |
| YUV | 135.21 | 195.61 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 255 | 0.24 | 0.68 | 0 | 0 | 278.84 | 1 | 0.66 |
| Hex | C2 | 52 | FF | 18 | 44 | 0 | 0 | 117 | 64 | 42 |
| Octal | 302 | 122 | 377 | 30 | 104 | 0 | 0 | 427 | 144 | 102 |
| Binary | 11000010 | 1010010 | 11111111 | 11000 | 1000100 | 0 | 0 | 100010111 | 1100100 | 1000010 |
Color Harmonies of #C252FF
Complementary color
Monochromatic Colors of #C252FF
Black with #C252FF
Text Example
Text Example
White with #C252FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252FF; }
p { color: rgb(194,82,255); }
H1.HeaderClassName
{
color: #C252FF;
}
.AnyTagClassName
{
color: #C252FF;
}
</style>
background-color css
<style>
a { background-color: #C252FF; }
a { background-color: rgb(194,82,255); }
div.DivClassName
{
background-color: #C252FF;
}
.BgClassName
{
background-color: #C252FF;
}
</style>
border-color css
<style>
span { border-color: #C252FF; }
span { border-color: rgb(194,82,255); }
td.TdClassName
{
border-color: #C252FF;
}
.TagClassName
{
border-color: #C252FF;
}
</style>