Shades of Heliotrope #C84BFE
Tints of Heliotrope #C84BFE
RGB
CMYK
RGB Variations
Color information
#C84BFE (or 0xC84BFE) is known color: Heliotrope. HEX triplet: C8, 4B and FE. RGB value is (200,75,254). Sum of RGB (Red+Green+Blue) = 200+75+254=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 75 (29.69% from 255 or 14.18% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #C84BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84BFE is #37B401. Grayscale: #848484. Windows color (decimal): -3650562 or 16665544. OLE color: 16665544.
HSL color Cylindrical-coordinate representation of color #C84BFE: hue angle of 281.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C84BFE is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 75 | 254 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.00 |
| HSL | 281.9º | 0.99% | 0.65% | - |
| HSV(B) | 281.9º | 0.7% | 1% | - |
| XYZ | 44.22 | 24.47 | 96.16 | - |
| YUV | 132.78 | 196.41 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 254 | 0.21 | 0.70 | 0 | 0.00 | 281.9 | 0.99 | 0.65 |
| Hex | C8 | 4B | FE | 15 | 46 | 0 | 0 | 11A | 63 | 41 |
| Octal | 310 | 113 | 376 | 25 | 106 | 0 | 0 | 432 | 143 | 101 |
| Binary | 11001000 | 1001011 | 11111110 | 10101 | 1000110 | 0 | 0 | 100011010 | 1100011 | 1000001 |
Color Harmonies of #C84BFE
Complementary color
Monochromatic Colors of #C84BFE
Black with #C84BFE
Text Example
Text Example
White with #C84BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BFE; }
p { color: rgb(200,75,254); }
H1.HeaderClassName
{
color: #C84BFE;
}
.AnyTagClassName
{
color: #C84BFE;
}
</style>
background-color css
<style>
a { background-color: #C84BFE; }
a { background-color: rgb(200,75,254); }
div.DivClassName
{
background-color: #C84BFE;
}
.BgClassName
{
background-color: #C84BFE;
}
</style>
border-color css
<style>
span { border-color: #C84BFE; }
span { border-color: rgb(200,75,254); }
td.TdClassName
{
border-color: #C84BFE;
}
.TagClassName
{
border-color: #C84BFE;
}
</style>