Shades of Heliotrope #C77BFD
Tints of Heliotrope #C77BFD
RGB
CMYK
RGB Variations
Color information
#C77BFD (or 0xC77BFD) is known color: Heliotrope. HEX triplet: C7, 7B and FD. RGB value is (199,123,253). Sum of RGB (Red+Green+Blue) = 199+123+253=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #C77BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77BFD is #388402. Grayscale: #A0A0A0. Windows color (decimal): -3703811 or 16612295. OLE color: 16612295.
HSL color Cylindrical-coordinate representation of color #C77BFD: hue angle of 275.08º degrees, saturation: 0.97, 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 #C77BFD is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 123 | 253 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.01 |
| HSL | 275.08º | 0.97% | 0.74% | - |
| HSV(B) | 275.08º | 0.51% | 0.99% | - |
| XYZ | 48.37 | 33.4 | 96.83 | - |
| YUV | 160.54 | 180.18 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 253 | 0.21 | 0.51 | 0 | 0.01 | 275.08 | 0.97 | 0.74 |
| Hex | C7 | 7B | FD | 15 | 33 | 0 | 1 | 113 | 61 | 4A |
| Octal | 307 | 173 | 375 | 25 | 63 | 0 | 1 | 423 | 141 | 112 |
| Binary | 11000111 | 1111011 | 11111101 | 10101 | 110011 | 0 | 1 | 100010011 | 1100001 | 1001010 |
Color Harmonies of #C77BFD
Complementary color
Monochromatic Colors of #C77BFD
Black with #C77BFD
Text Example
Text Example
White with #C77BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BFD; }
p { color: rgb(199,123,253); }
H1.HeaderClassName
{
color: #C77BFD;
}
.AnyTagClassName
{
color: #C77BFD;
}
</style>
background-color css
<style>
a { background-color: #C77BFD; }
a { background-color: rgb(199,123,253); }
div.DivClassName
{
background-color: #C77BFD;
}
.BgClassName
{
background-color: #C77BFD;
}
</style>
border-color css
<style>
span { border-color: #C77BFD; }
span { border-color: rgb(199,123,253); }
td.TdClassName
{
border-color: #C77BFD;
}
.TagClassName
{
border-color: #C77BFD;
}
</style>