Shades of Heliotrope #C654FD
Tints of Heliotrope #C654FD
RGB
CMYK
RGB Variations
Color information
#C654FD (or 0xC654FD) is known color: Heliotrope. HEX triplet: C6, 54 and FD. RGB value is (198,84,253). Sum of RGB (Red+Green+Blue) = 198+84+253=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 84 (33.20% from 255 or 15.70% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #C654FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C654FD is #39AB02. Grayscale: #888888. Windows color (decimal): -3779331 or 16602310. OLE color: 16602310.
HSL color Cylindrical-coordinate representation of color #C654FD: hue angle of 280.47º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C654FD is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 84 | 253 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.01 |
| HSL | 280.47º | 0.98% | 0.66% | - |
| HSV(B) | 280.47º | 0.67% | 0.99% | - |
| XYZ | 44.19 | 25.44 | 95.51 | - |
| YUV | 137.35 | 193.27 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 253 | 0.22 | 0.67 | 0 | 0.01 | 280.47 | 0.98 | 0.66 |
| Hex | C6 | 54 | FD | 16 | 43 | 0 | 1 | 118 | 62 | 42 |
| Octal | 306 | 124 | 375 | 26 | 103 | 0 | 1 | 430 | 142 | 102 |
| Binary | 11000110 | 1010100 | 11111101 | 10110 | 1000011 | 0 | 1 | 100011000 | 1100010 | 1000010 |
Color Harmonies of #C654FD
Complementary color
Monochromatic Colors of #C654FD
Black with #C654FD
Text Example
Text Example
White with #C654FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C654FD; }
p { color: rgb(198,84,253); }
H1.HeaderClassName
{
color: #C654FD;
}
.AnyTagClassName
{
color: #C654FD;
}
</style>
background-color css
<style>
a { background-color: #C654FD; }
a { background-color: rgb(198,84,253); }
div.DivClassName
{
background-color: #C654FD;
}
.BgClassName
{
background-color: #C654FD;
}
</style>
border-color css
<style>
span { border-color: #C654FD; }
span { border-color: rgb(198,84,253); }
td.TdClassName
{
border-color: #C654FD;
}
.TagClassName
{
border-color: #C654FD;
}
</style>