Shades of Heliotrope #C650FE
Tints of Heliotrope #C650FE
RGB
CMYK
RGB Variations
Color information
#C650FE (or 0xC650FE) is known color: Heliotrope. HEX triplet: C6, 50 and FE. RGB value is (198,80,254). Sum of RGB (Red+Green+Blue) = 198+80+254=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #C650FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650FE is #39AF01. Grayscale: #868686. Windows color (decimal): -3780354 or 16666822. OLE color: 16666822.
HSL color Cylindrical-coordinate representation of color #C650FE: hue angle of 280.69º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C650FE is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 80 | 254 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.00 |
| HSL | 280.69º | 0.99% | 0.65% | - |
| HSV(B) | 280.69º | 0.69% | 1% | - |
| XYZ | 44.05 | 24.9 | 96.25 | - |
| YUV | 135.12 | 195.09 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 254 | 0.22 | 0.69 | 0 | 0.00 | 280.69 | 0.99 | 0.65 |
| Hex | C6 | 50 | FE | 16 | 45 | 0 | 0 | 119 | 63 | 41 |
| Octal | 306 | 120 | 376 | 26 | 105 | 0 | 0 | 431 | 143 | 101 |
| Binary | 11000110 | 1010000 | 11111110 | 10110 | 1000101 | 0 | 0 | 100011001 | 1100011 | 1000001 |
Color Harmonies of #C650FE
Complementary color
Monochromatic Colors of #C650FE
Black with #C650FE
Text Example
Text Example
White with #C650FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650FE; }
p { color: rgb(198,80,254); }
H1.HeaderClassName
{
color: #C650FE;
}
.AnyTagClassName
{
color: #C650FE;
}
</style>
background-color css
<style>
a { background-color: #C650FE; }
a { background-color: rgb(198,80,254); }
div.DivClassName
{
background-color: #C650FE;
}
.BgClassName
{
background-color: #C650FE;
}
</style>
border-color css
<style>
span { border-color: #C650FE; }
span { border-color: rgb(198,80,254); }
td.TdClassName
{
border-color: #C650FE;
}
.TagClassName
{
border-color: #C650FE;
}
</style>