Shades of Heliotrope #C680FD
Tints of Heliotrope #C680FD
RGB
CMYK
RGB Variations
Color information
#C680FD (or 0xC680FD) is known color: Heliotrope. HEX triplet: C6, 80 and FD. RGB value is (198,128,253). Sum of RGB (Red+Green+Blue) = 198+128+253=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #C680FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680FD is #397F02. Grayscale: #A2A2A2. Windows color (decimal): -3768067 or 16613574. OLE color: 16613574.
HSL color Cylindrical-coordinate representation of color #C680FD: hue angle of 273.6º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C680FD is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 128 | 253 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.01 |
| HSL | 273.6º | 0.97% | 0.75% | - |
| HSV(B) | 273.6º | 0.49% | 0.99% | - |
| XYZ | 48.74 | 34.54 | 97.03 | - |
| YUV | 163.18 | 178.69 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 253 | 0.22 | 0.49 | 0 | 0.01 | 273.6 | 0.97 | 0.75 |
| Hex | C6 | 80 | FD | 16 | 31 | 0 | 1 | 112 | 61 | 4B |
| Octal | 306 | 200 | 375 | 26 | 61 | 0 | 1 | 422 | 141 | 113 |
| Binary | 11000110 | 10000000 | 11111101 | 10110 | 110001 | 0 | 1 | 100010010 | 1100001 | 1001011 |
Color Harmonies of #C680FD
Complementary color
Monochromatic Colors of #C680FD
Black with #C680FD
Text Example
Text Example
White with #C680FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C680FD; }
p { color: rgb(198,128,253); }
H1.HeaderClassName
{
color: #C680FD;
}
.AnyTagClassName
{
color: #C680FD;
}
</style>
background-color css
<style>
a { background-color: #C680FD; }
a { background-color: rgb(198,128,253); }
div.DivClassName
{
background-color: #C680FD;
}
.BgClassName
{
background-color: #C680FD;
}
</style>
border-color css
<style>
span { border-color: #C680FD; }
span { border-color: rgb(198,128,253); }
td.TdClassName
{
border-color: #C680FD;
}
.TagClassName
{
border-color: #C680FD;
}
</style>