Shades of Heliotrope #C655FB
Tints of Heliotrope #C655FB
RGB
CMYK
RGB Variations
Color information
#C655FB (or 0xC655FB) is known color: Heliotrope. HEX triplet: C6, 55 and FB. RGB value is (198,85,251). Sum of RGB (Red+Green+Blue) = 198+85+251=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #C655FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C655FB is #39AA04. Grayscale: #898989. Windows color (decimal): -3779077 or 16471494. OLE color: 16471494.
HSL color Cylindrical-coordinate representation of color #C655FB: hue angle of 280.84º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C655FB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 85 | 251 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.02 |
| HSL | 280.84º | 0.95% | 0.66% | - |
| HSV(B) | 280.84º | 0.66% | 0.98% | - |
| XYZ | 43.95 | 25.47 | 93.87 | - |
| YUV | 137.71 | 191.94 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 251 | 0.21 | 0.66 | 0 | 0.02 | 280.84 | 0.95 | 0.66 |
| Hex | C6 | 55 | FB | 15 | 42 | 0 | 2 | 119 | 5F | 42 |
| Octal | 306 | 125 | 373 | 25 | 102 | 0 | 2 | 431 | 137 | 102 |
| Binary | 11000110 | 1010101 | 11111011 | 10101 | 1000010 | 0 | 10 | 100011001 | 1011111 | 1000010 |
Color Harmonies of #C655FB
Complementary color
Monochromatic Colors of #C655FB
Black with #C655FB
Text Example
Text Example
White with #C655FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C655FB; }
p { color: rgb(198,85,251); }
H1.HeaderClassName
{
color: #C655FB;
}
.AnyTagClassName
{
color: #C655FB;
}
</style>
background-color css
<style>
a { background-color: #C655FB; }
a { background-color: rgb(198,85,251); }
div.DivClassName
{
background-color: #C655FB;
}
.BgClassName
{
background-color: #C655FB;
}
</style>
border-color css
<style>
span { border-color: #C655FB; }
span { border-color: rgb(198,85,251); }
td.TdClassName
{
border-color: #C655FB;
}
.TagClassName
{
border-color: #C655FB;
}
</style>