Shades of Heliotrope #C862FD
Tints of Heliotrope #C862FD
RGB
CMYK
RGB Variations
Color information
#C862FD (or 0xC862FD) is known color: Heliotrope. HEX triplet: C8, 62 and FD. RGB value is (200,98,253). Sum of RGB (Red+Green+Blue) = 200+98+253=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 98 (38.67% from 255 or 17.79% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #C862FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C862FD is #379D02. Grayscale: #919191. Windows color (decimal): -3644675 or 16605896. OLE color: 16605896.
HSL color Cylindrical-coordinate representation of color #C862FD: hue angle of 279.48º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C862FD is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 98 | 253 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.01 |
| HSL | 279.48º | 0.97% | 0.69% | - |
| HSV(B) | 279.48º | 0.61% | 0.99% | - |
| XYZ | 45.92 | 28.11 | 95.93 | - |
| YUV | 146.17 | 188.29 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 253 | 0.21 | 0.61 | 0 | 0.01 | 279.48 | 0.97 | 0.69 |
| Hex | C8 | 62 | FD | 15 | 3D | 0 | 1 | 117 | 61 | 45 |
| Octal | 310 | 142 | 375 | 25 | 75 | 0 | 1 | 427 | 141 | 105 |
| Binary | 11001000 | 1100010 | 11111101 | 10101 | 111101 | 0 | 1 | 100010111 | 1100001 | 1000101 |
Color Harmonies of #C862FD
Complementary color
Monochromatic Colors of #C862FD
Black with #C862FD
Text Example
Text Example
White with #C862FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C862FD; }
p { color: rgb(200,98,253); }
H1.HeaderClassName
{
color: #C862FD;
}
.AnyTagClassName
{
color: #C862FD;
}
</style>
background-color css
<style>
a { background-color: #C862FD; }
a { background-color: rgb(200,98,253); }
div.DivClassName
{
background-color: #C862FD;
}
.BgClassName
{
background-color: #C862FD;
}
</style>
border-color css
<style>
span { border-color: #C862FD; }
span { border-color: rgb(200,98,253); }
td.TdClassName
{
border-color: #C862FD;
}
.TagClassName
{
border-color: #C862FD;
}
</style>