Shades of Heliotrope #C680FB
Tints of Heliotrope #C680FB
RGB
CMYK
RGB Variations
Color information
#C680FB (or 0xC680FB) is known color: Heliotrope. HEX triplet: C6, 80 and FB. RGB value is (198,128,251). Sum of RGB (Red+Green+Blue) = 198+128+251=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #C680FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680FB is #397F04. Grayscale: #A2A2A2. Windows color (decimal): -3768069 or 16482502. OLE color: 16482502.
HSL color Cylindrical-coordinate representation of color #C680FB: hue angle of 274.15º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C680FB is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 128 | 251 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.02 |
| HSL | 274.15º | 0.94% | 0.74% | - |
| HSV(B) | 274.15º | 0.49% | 0.98% | - |
| XYZ | 48.42 | 34.41 | 95.36 | - |
| YUV | 162.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 251 | 0.21 | 0.49 | 0 | 0.02 | 274.15 | 0.94 | 0.74 |
| Hex | C6 | 80 | FB | 15 | 31 | 0 | 2 | 112 | 5E | 4A |
| Octal | 306 | 200 | 373 | 25 | 61 | 0 | 2 | 422 | 136 | 112 |
| Binary | 11000110 | 10000000 | 11111011 | 10101 | 110001 | 0 | 10 | 100010010 | 1011110 | 1001010 |
Color Harmonies of #C680FB
Complementary color
Monochromatic Colors of #C680FB
Black with #C680FB
Text Example
Text Example
White with #C680FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C680FB; }
p { color: rgb(198,128,251); }
H1.HeaderClassName
{
color: #C680FB;
}
.AnyTagClassName
{
color: #C680FB;
}
</style>
background-color css
<style>
a { background-color: #C680FB; }
a { background-color: rgb(198,128,251); }
div.DivClassName
{
background-color: #C680FB;
}
.BgClassName
{
background-color: #C680FB;
}
</style>
border-color css
<style>
span { border-color: #C680FB; }
span { border-color: rgb(198,128,251); }
td.TdClassName
{
border-color: #C680FB;
}
.TagClassName
{
border-color: #C680FB;
}
</style>