Shades of Medium Orchid #C73BFE
Tints of Medium Orchid #C73BFE
RGB
CMYK
RGB Variations
Color information
#C73BFE (or 0xC73BFE) is known color: Medium Orchid. HEX triplet: C7, 3B and FE. RGB value is (199,59,254). Sum of RGB (Red+Green+Blue) = 199+59+254=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 59 (23.44% from 255 or 11.52% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #C73BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73BFE is #38C401. Grayscale: #7A7A7A. Windows color (decimal): -3720194 or 16661447. OLE color: 16661447.
HSL color Cylindrical-coordinate representation of color #C73BFE: hue angle of 283.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C73BFE is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 59 | 254 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.00 |
| HSL | 283.08º | 0.99% | 0.61% | - |
| HSV(B) | 283.08º | 0.77% | 1% | - |
| XYZ | 43.01 | 22.43 | 95.83 | - |
| YUV | 123.09 | 201.88 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 254 | 0.22 | 0.77 | 0 | 0.00 | 283.08 | 0.99 | 0.61 |
| Hex | C7 | 3B | FE | 16 | 4D | 0 | 0 | 11B | 63 | 3D |
| Octal | 307 | 73 | 376 | 26 | 115 | 0 | 0 | 433 | 143 | 75 |
| Binary | 11000111 | 111011 | 11111110 | 10110 | 1001101 | 0 | 0 | 100011011 | 1100011 | 111101 |
Color Harmonies of #C73BFE
Complementary color
Monochromatic Colors of #C73BFE
Black with #C73BFE
Text Example
Text Example
White with #C73BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73BFE; }
p { color: rgb(199,59,254); }
H1.HeaderClassName
{
color: #C73BFE;
}
.AnyTagClassName
{
color: #C73BFE;
}
</style>
background-color css
<style>
a { background-color: #C73BFE; }
a { background-color: rgb(199,59,254); }
div.DivClassName
{
background-color: #C73BFE;
}
.BgClassName
{
background-color: #C73BFE;
}
</style>
border-color css
<style>
span { border-color: #C73BFE; }
span { border-color: rgb(199,59,254); }
td.TdClassName
{
border-color: #C73BFE;
}
.TagClassName
{
border-color: #C73BFE;
}
</style>