Shades of Heliotrope #C862FA
Tints of Heliotrope #C862FA
RGB
CMYK
RGB Variations
Color information
#C862FA (or 0xC862FA) is known color: Heliotrope. HEX triplet: C8, 62 and FA. RGB value is (200,98,250). Sum of RGB (Red+Green+Blue) = 200+98+250=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #C862FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C862FA is #379D05. Grayscale: #919191. Windows color (decimal): -3644678 or 16409288. OLE color: 16409288.
HSL color Cylindrical-coordinate representation of color #C862FA: hue angle of 280.26º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C862FA is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 98 | 250 | - |
| CMYK | 0.2 | 0.61 | 0 | 0.02 |
| HSL | 280.26º | 0.94% | 0.68% | - |
| HSV(B) | 280.26º | 0.61% | 0.98% | - |
| XYZ | 45.44 | 27.92 | 93.44 | - |
| YUV | 145.83 | 186.79 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 250 | 0.2 | 0.61 | 0 | 0.02 | 280.26 | 0.94 | 0.68 |
| Hex | C8 | 62 | FA | 14 | 3D | 0 | 2 | 118 | 5E | 44 |
| Octal | 310 | 142 | 372 | 24 | 75 | 0 | 2 | 430 | 136 | 104 |
| Binary | 11001000 | 1100010 | 11111010 | 10100 | 111101 | 0 | 10 | 100011000 | 1011110 | 1000100 |
Color Harmonies of #C862FA
Complementary color
Monochromatic Colors of #C862FA
Black with #C862FA
Text Example
Text Example
White with #C862FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C862FA; }
p { color: rgb(200,98,250); }
H1.HeaderClassName
{
color: #C862FA;
}
.AnyTagClassName
{
color: #C862FA;
}
</style>
background-color css
<style>
a { background-color: #C862FA; }
a { background-color: rgb(200,98,250); }
div.DivClassName
{
background-color: #C862FA;
}
.BgClassName
{
background-color: #C862FA;
}
</style>
border-color css
<style>
span { border-color: #C862FA; }
span { border-color: rgb(200,98,250); }
td.TdClassName
{
border-color: #C862FA;
}
.TagClassName
{
border-color: #C862FA;
}
</style>