Shades of Heliotrope #C77BFC
Tints of Heliotrope #C77BFC
RGB
CMYK
RGB Variations
Color information
#C77BFC (or 0xC77BFC) is known color: Heliotrope. HEX triplet: C7, 7B and FC. RGB value is (199,123,252). Sum of RGB (Red+Green+Blue) = 199+123+252=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #C77BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77BFC is #388403. Grayscale: #9F9F9F. Windows color (decimal): -3703812 or 16546759. OLE color: 16546759.
HSL color Cylindrical-coordinate representation of color #C77BFC: hue angle of 275.35º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C77BFC is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 123 | 252 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.01 |
| HSL | 275.35º | 0.96% | 0.74% | - |
| HSV(B) | 275.35º | 0.51% | 0.99% | - |
| XYZ | 48.21 | 33.34 | 95.99 | - |
| YUV | 160.43 | 179.68 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 252 | 0.21 | 0.51 | 0 | 0.01 | 275.35 | 0.96 | 0.74 |
| Hex | C7 | 7B | FC | 15 | 33 | 0 | 1 | 113 | 60 | 4A |
| Octal | 307 | 173 | 374 | 25 | 63 | 0 | 1 | 423 | 140 | 112 |
| Binary | 11000111 | 1111011 | 11111100 | 10101 | 110011 | 0 | 1 | 100010011 | 1100000 | 1001010 |
Color Harmonies of #C77BFC
Complementary color
Monochromatic Colors of #C77BFC
Black with #C77BFC
Text Example
Text Example
White with #C77BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BFC; }
p { color: rgb(199,123,252); }
H1.HeaderClassName
{
color: #C77BFC;
}
.AnyTagClassName
{
color: #C77BFC;
}
</style>
background-color css
<style>
a { background-color: #C77BFC; }
a { background-color: rgb(199,123,252); }
div.DivClassName
{
background-color: #C77BFC;
}
.BgClassName
{
background-color: #C77BFC;
}
</style>
border-color css
<style>
span { border-color: #C77BFC; }
span { border-color: rgb(199,123,252); }
td.TdClassName
{
border-color: #C77BFC;
}
.TagClassName
{
border-color: #C77BFC;
}
</style>