Shades of Heliotrope #C773FB
Tints of Heliotrope #C773FB
RGB
CMYK
RGB Variations
Color information
#C773FB (or 0xC773FB) is known color: Heliotrope. HEX triplet: C7, 73 and FB. RGB value is (199,115,251). Sum of RGB (Red+Green+Blue) = 199+115+251=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #C773FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C773FB is #388C04. Grayscale: #9B9B9B. Windows color (decimal): -3705861 or 16479175. OLE color: 16479175.
HSL color Cylindrical-coordinate representation of color #C773FB: hue angle of 277.06º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C773FB is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 115 | 251 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.02 |
| HSL | 277.06º | 0.94% | 0.72% | - |
| HSV(B) | 277.06º | 0.54% | 0.98% | - |
| XYZ | 47.1 | 31.37 | 94.84 | - |
| YUV | 155.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 251 | 0.21 | 0.54 | 0 | 0.02 | 277.06 | 0.94 | 0.72 |
| Hex | C7 | 73 | FB | 15 | 36 | 0 | 2 | 115 | 5E | 48 |
| Octal | 307 | 163 | 373 | 25 | 66 | 0 | 2 | 425 | 136 | 110 |
| Binary | 11000111 | 1110011 | 11111011 | 10101 | 110110 | 0 | 10 | 100010101 | 1011110 | 1001000 |
Color Harmonies of #C773FB
Complementary color
Monochromatic Colors of #C773FB
Black with #C773FB
Text Example
Text Example
White with #C773FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C773FB; }
p { color: rgb(199,115,251); }
H1.HeaderClassName
{
color: #C773FB;
}
.AnyTagClassName
{
color: #C773FB;
}
</style>
background-color css
<style>
a { background-color: #C773FB; }
a { background-color: rgb(199,115,251); }
div.DivClassName
{
background-color: #C773FB;
}
.BgClassName
{
background-color: #C773FB;
}
</style>
border-color css
<style>
span { border-color: #C773FB; }
span { border-color: rgb(199,115,251); }
td.TdClassName
{
border-color: #C773FB;
}
.TagClassName
{
border-color: #C773FB;
}
</style>