Shades of Heliotrope #C773FE
Tints of Heliotrope #C773FE
RGB
CMYK
RGB Variations
Color information
#C773FE (or 0xC773FE) is known color: Heliotrope. HEX triplet: C7, 73 and FE. RGB value is (199,115,254). Sum of RGB (Red+Green+Blue) = 199+115+254=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #C773FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C773FE is #388C01. Grayscale: #9B9B9B. Windows color (decimal): -3705858 or 16675783. OLE color: 16675783.
HSL color Cylindrical-coordinate representation of color #C773FE: hue angle of 276.26º 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 #C773FE is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 115 | 254 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.00 |
| HSL | 276.26º | 0.99% | 0.72% | - |
| HSV(B) | 276.26º | 0.55% | 1% | - |
| XYZ | 47.57 | 31.56 | 97.35 | - |
| YUV | 155.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 254 | 0.22 | 0.55 | 0 | 0.00 | 276.26 | 0.99 | 0.72 |
| Hex | C7 | 73 | FE | 16 | 37 | 0 | 0 | 114 | 63 | 48 |
| Octal | 307 | 163 | 376 | 26 | 67 | 0 | 0 | 424 | 143 | 110 |
| Binary | 11000111 | 1110011 | 11111110 | 10110 | 110111 | 0 | 0 | 100010100 | 1100011 | 1001000 |
Color Harmonies of #C773FE
Complementary color
Monochromatic Colors of #C773FE
Black with #C773FE
Text Example
Text Example
White with #C773FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C773FE; }
p { color: rgb(199,115,254); }
H1.HeaderClassName
{
color: #C773FE;
}
.AnyTagClassName
{
color: #C773FE;
}
</style>
background-color css
<style>
a { background-color: #C773FE; }
a { background-color: rgb(199,115,254); }
div.DivClassName
{
background-color: #C773FE;
}
.BgClassName
{
background-color: #C773FE;
}
</style>
border-color css
<style>
span { border-color: #C773FE; }
span { border-color: rgb(199,115,254); }
td.TdClassName
{
border-color: #C773FE;
}
.TagClassName
{
border-color: #C773FE;
}
</style>