Shades of Medium Orchid #C73BFD
Tints of Medium Orchid #C73BFD
RGB
CMYK
RGB Variations
Color information
#C73BFD (or 0xC73BFD) is known color: Medium Orchid. HEX triplet: C7, 3B and FD. RGB value is (199,59,253). Sum of RGB (Red+Green+Blue) = 199+59+253=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 59 (23.44% from 255 or 11.55% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #C73BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73BFD is #38C402. Grayscale: #7A7A7A. Windows color (decimal): -3720195 or 16595911. OLE color: 16595911.
HSL color Cylindrical-coordinate representation of color #C73BFD: hue angle of 283.3º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C73BFD is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 59 | 253 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.01 |
| HSL | 283.3º | 0.98% | 0.61% | - |
| HSV(B) | 283.3º | 0.77% | 0.99% | - |
| XYZ | 42.85 | 22.36 | 94.99 | - |
| YUV | 122.98 | 201.38 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 253 | 0.21 | 0.77 | 0 | 0.01 | 283.3 | 0.98 | 0.61 |
| Hex | C7 | 3B | FD | 15 | 4D | 0 | 1 | 11B | 62 | 3D |
| Octal | 307 | 73 | 375 | 25 | 115 | 0 | 1 | 433 | 142 | 75 |
| Binary | 11000111 | 111011 | 11111101 | 10101 | 1001101 | 0 | 1 | 100011011 | 1100010 | 111101 |
Color Harmonies of #C73BFD
Complementary color
Monochromatic Colors of #C73BFD
Black with #C73BFD
Text Example
Text Example
White with #C73BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73BFD; }
p { color: rgb(199,59,253); }
H1.HeaderClassName
{
color: #C73BFD;
}
.AnyTagClassName
{
color: #C73BFD;
}
</style>
background-color css
<style>
a { background-color: #C73BFD; }
a { background-color: rgb(199,59,253); }
div.DivClassName
{
background-color: #C73BFD;
}
.BgClassName
{
background-color: #C73BFD;
}
</style>
border-color css
<style>
span { border-color: #C73BFD; }
span { border-color: rgb(199,59,253); }
td.TdClassName
{
border-color: #C73BFD;
}
.TagClassName
{
border-color: #C73BFD;
}
</style>