Shades of Heliotrope #C84BFF
Tints of Heliotrope #C84BFF
RGB
CMYK
RGB Variations
Color information
#C84BFF (or 0xC84BFF) is known color: Heliotrope. HEX triplet: C8, 4B and FF. RGB value is (200,75,255). Sum of RGB (Red+Green+Blue) = 200+75+255=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 75 (29.69% from 255 or 14.15% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #C84BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84BFF is #37B400. Grayscale: #848484. Windows color (decimal): -3650561 or 16731080. OLE color: 16731080.
HSL color Cylindrical-coordinate representation of color #C84BFF: hue angle of 281.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C84BFF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 75 | 255 | - |
| CMYK | 0.22 | 0.71 | 0 | 0 |
| HSL | 281.67º | 1% | 0.65% | - |
| HSV(B) | 281.67º | 0.71% | 1% | - |
| XYZ | 44.39 | 24.53 | 97 | - |
| YUV | 132.9 | 196.91 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 255 | 0.22 | 0.71 | 0 | 0 | 281.67 | 1 | 0.65 |
| Hex | C8 | 4B | FF | 16 | 47 | 0 | 0 | 11A | 64 | 41 |
| Octal | 310 | 113 | 377 | 26 | 107 | 0 | 0 | 432 | 144 | 101 |
| Binary | 11001000 | 1001011 | 11111111 | 10110 | 1000111 | 0 | 0 | 100011010 | 1100100 | 1000001 |
Color Harmonies of #C84BFF
Complementary color
Monochromatic Colors of #C84BFF
Black with #C84BFF
Text Example
Text Example
White with #C84BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BFF; }
p { color: rgb(200,75,255); }
H1.HeaderClassName
{
color: #C84BFF;
}
.AnyTagClassName
{
color: #C84BFF;
}
</style>
background-color css
<style>
a { background-color: #C84BFF; }
a { background-color: rgb(200,75,255); }
div.DivClassName
{
background-color: #C84BFF;
}
.BgClassName
{
background-color: #C84BFF;
}
</style>
border-color css
<style>
span { border-color: #C84BFF; }
span { border-color: rgb(200,75,255); }
td.TdClassName
{
border-color: #C84BFF;
}
.TagClassName
{
border-color: #C84BFF;
}
</style>