Shades of Heliotrope #C76BFD
Tints of Heliotrope #C76BFD
RGB
CMYK
RGB Variations
Color information
#C76BFD (or 0xC76BFD) is known color: Heliotrope. HEX triplet: C7, 6B and FD. RGB value is (199,107,253). Sum of RGB (Red+Green+Blue) = 199+107+253=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #C76BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76BFD is #389402. Grayscale: #969696. Windows color (decimal): -3707907 or 16608199. OLE color: 16608199.
HSL color Cylindrical-coordinate representation of color #C76BFD: hue angle of 277.81º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C76BFD is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 107 | 253 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.01 |
| HSL | 277.81º | 0.97% | 0.71% | - |
| HSV(B) | 277.81º | 0.58% | 0.99% | - |
| XYZ | 46.54 | 29.75 | 96.22 | - |
| YUV | 151.15 | 185.48 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 253 | 0.21 | 0.58 | 0 | 0.01 | 277.81 | 0.97 | 0.71 |
| Hex | C7 | 6B | FD | 15 | 3A | 0 | 1 | 116 | 61 | 47 |
| Octal | 307 | 153 | 375 | 25 | 72 | 0 | 1 | 426 | 141 | 107 |
| Binary | 11000111 | 1101011 | 11111101 | 10101 | 111010 | 0 | 1 | 100010110 | 1100001 | 1000111 |
Color Harmonies of #C76BFD
Complementary color
Monochromatic Colors of #C76BFD
Black with #C76BFD
Text Example
Text Example
White with #C76BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BFD; }
p { color: rgb(199,107,253); }
H1.HeaderClassName
{
color: #C76BFD;
}
.AnyTagClassName
{
color: #C76BFD;
}
</style>
background-color css
<style>
a { background-color: #C76BFD; }
a { background-color: rgb(199,107,253); }
div.DivClassName
{
background-color: #C76BFD;
}
.BgClassName
{
background-color: #C76BFD;
}
</style>
border-color css
<style>
span { border-color: #C76BFD; }
span { border-color: rgb(199,107,253); }
td.TdClassName
{
border-color: #C76BFD;
}
.TagClassName
{
border-color: #C76BFD;
}
</style>