Shades of Heliotrope #C772FE
Tints of Heliotrope #C772FE
RGB
CMYK
RGB Variations
Color information
#C772FE (or 0xC772FE) is known color: Heliotrope. HEX triplet: C7, 72 and FE. RGB value is (199,114,254). Sum of RGB (Red+Green+Blue) = 199+114+254=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #C772FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772FE is #388D01. Grayscale: #9A9A9A. Windows color (decimal): -3706114 or 16675527. OLE color: 16675527.
HSL color Cylindrical-coordinate representation of color #C772FE: hue angle of 276.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C772FE is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 114 | 254 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.00 |
| HSL | 276.43º | 0.99% | 0.72% | - |
| HSV(B) | 276.43º | 0.55% | 1% | - |
| XYZ | 47.46 | 31.33 | 97.31 | - |
| YUV | 155.38 | 183.66 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 254 | 0.22 | 0.55 | 0 | 0.00 | 276.43 | 0.99 | 0.72 |
| Hex | C7 | 72 | FE | 16 | 37 | 0 | 0 | 114 | 63 | 48 |
| Octal | 307 | 162 | 376 | 26 | 67 | 0 | 0 | 424 | 143 | 110 |
| Binary | 11000111 | 1110010 | 11111110 | 10110 | 110111 | 0 | 0 | 100010100 | 1100011 | 1001000 |
Color Harmonies of #C772FE
Complementary color
Monochromatic Colors of #C772FE
Black with #C772FE
Text Example
Text Example
White with #C772FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772FE; }
p { color: rgb(199,114,254); }
H1.HeaderClassName
{
color: #C772FE;
}
.AnyTagClassName
{
color: #C772FE;
}
</style>
background-color css
<style>
a { background-color: #C772FE; }
a { background-color: rgb(199,114,254); }
div.DivClassName
{
background-color: #C772FE;
}
.BgClassName
{
background-color: #C772FE;
}
</style>
border-color css
<style>
span { border-color: #C772FE; }
span { border-color: rgb(199,114,254); }
td.TdClassName
{
border-color: #C772FE;
}
.TagClassName
{
border-color: #C772FE;
}
</style>