Shades of Heliotrope #C77BFF
Tints of Heliotrope #C77BFF
RGB
CMYK
RGB Variations
Color information
#C77BFF (or 0xC77BFF) is known color: Heliotrope. HEX triplet: C7, 7B and FF. RGB value is (199,123,255). Sum of RGB (Red+Green+Blue) = 199+123+255=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #C77BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77BFF is #388400. Grayscale: #A0A0A0. Windows color (decimal): -3703809 or 16743367. OLE color: 16743367.
HSL color Cylindrical-coordinate representation of color #C77BFF: hue angle of 274.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C77BFF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 123 | 255 | - |
| CMYK | 0.22 | 0.52 | 0 | 0 |
| HSL | 274.55º | 1% | 0.74% | - |
| HSV(B) | 274.55º | 0.52% | 1% | - |
| XYZ | 48.69 | 33.53 | 98.51 | - |
| YUV | 160.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 255 | 0.22 | 0.52 | 0 | 0 | 274.55 | 1 | 0.74 |
| Hex | C7 | 7B | FF | 16 | 34 | 0 | 0 | 113 | 64 | 4A |
| Octal | 307 | 173 | 377 | 26 | 64 | 0 | 0 | 423 | 144 | 112 |
| Binary | 11000111 | 1111011 | 11111111 | 10110 | 110100 | 0 | 0 | 100010011 | 1100100 | 1001010 |
Color Harmonies of #C77BFF
Complementary color
Monochromatic Colors of #C77BFF
Black with #C77BFF
Text Example
Text Example
White with #C77BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BFF; }
p { color: rgb(199,123,255); }
H1.HeaderClassName
{
color: #C77BFF;
}
.AnyTagClassName
{
color: #C77BFF;
}
</style>
background-color css
<style>
a { background-color: #C77BFF; }
a { background-color: rgb(199,123,255); }
div.DivClassName
{
background-color: #C77BFF;
}
.BgClassName
{
background-color: #C77BFF;
}
</style>
border-color css
<style>
span { border-color: #C77BFF; }
span { border-color: rgb(199,123,255); }
td.TdClassName
{
border-color: #C77BFF;
}
.TagClassName
{
border-color: #C77BFF;
}
</style>