Shades of Heliotrope #C76FFD
Tints of Heliotrope #C76FFD
RGB
CMYK
RGB Variations
Color information
#C76FFD (or 0xC76FFD) is known color: Heliotrope. HEX triplet: C7, 6F and FD. RGB value is (199,111,253). Sum of RGB (Red+Green+Blue) = 199+111+253=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #C76FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76FFD is #389002. Grayscale: #999999. Windows color (decimal): -3706883 or 16609223. OLE color: 16609223.
HSL color Cylindrical-coordinate representation of color #C76FFD: hue angle of 277.18º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C76FFD is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 111 | 253 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.01 |
| HSL | 277.18º | 0.97% | 0.71% | - |
| HSV(B) | 277.18º | 0.56% | 0.99% | - |
| XYZ | 46.97 | 30.6 | 96.36 | - |
| YUV | 153.5 | 184.15 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 253 | 0.21 | 0.56 | 0 | 0.01 | 277.18 | 0.97 | 0.71 |
| Hex | C7 | 6F | FD | 15 | 38 | 0 | 1 | 115 | 61 | 47 |
| Octal | 307 | 157 | 375 | 25 | 70 | 0 | 1 | 425 | 141 | 107 |
| Binary | 11000111 | 1101111 | 11111101 | 10101 | 111000 | 0 | 1 | 100010101 | 1100001 | 1000111 |
Color Harmonies of #C76FFD
Complementary color
Monochromatic Colors of #C76FFD
Black with #C76FFD
Text Example
Text Example
White with #C76FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FFD; }
p { color: rgb(199,111,253); }
H1.HeaderClassName
{
color: #C76FFD;
}
.AnyTagClassName
{
color: #C76FFD;
}
</style>
background-color css
<style>
a { background-color: #C76FFD; }
a { background-color: rgb(199,111,253); }
div.DivClassName
{
background-color: #C76FFD;
}
.BgClassName
{
background-color: #C76FFD;
}
</style>
border-color css
<style>
span { border-color: #C76FFD; }
span { border-color: rgb(199,111,253); }
td.TdClassName
{
border-color: #C76FFD;
}
.TagClassName
{
border-color: #C76FFD;
}
</style>