Shades of Medium Orchid #C04CFB
Tints of Medium Orchid #C04CFB
RGB
CMYK
RGB Variations
Color information
#C04CFB (or 0xC04CFB) is known color: Medium Orchid. HEX triplet: C0, 4C and FB. RGB value is (192,76,251). Sum of RGB (Red+Green+Blue) = 192+76+251=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #C04CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04CFB is #3FB304. Grayscale: #828282. Windows color (decimal): -4174597 or 16469184. OLE color: 16469184.
HSL color Cylindrical-coordinate representation of color #C04CFB: hue angle of 279.77º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C04CFB is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 76 | 251 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.02 |
| HSL | 279.77º | 0.96% | 0.64% | - |
| HSV(B) | 279.77º | 0.7% | 0.98% | - |
| XYZ | 41.74 | 23.34 | 93.57 | - |
| YUV | 130.63 | 195.93 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 251 | 0.24 | 0.70 | 0 | 0.02 | 279.77 | 0.96 | 0.64 |
| Hex | C0 | 4C | FB | 18 | 46 | 0 | 2 | 118 | 60 | 40 |
| Octal | 300 | 114 | 373 | 30 | 106 | 0 | 2 | 430 | 140 | 100 |
| Binary | 11000000 | 1001100 | 11111011 | 11000 | 1000110 | 0 | 10 | 100011000 | 1100000 | 1000000 |
Color Harmonies of #C04CFB
Complementary color
Monochromatic Colors of #C04CFB
Black with #C04CFB
Text Example
Text Example
White with #C04CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CFB; }
p { color: rgb(192,76,251); }
H1.HeaderClassName
{
color: #C04CFB;
}
.AnyTagClassName
{
color: #C04CFB;
}
</style>
background-color css
<style>
a { background-color: #C04CFB; }
a { background-color: rgb(192,76,251); }
div.DivClassName
{
background-color: #C04CFB;
}
.BgClassName
{
background-color: #C04CFB;
}
</style>
border-color css
<style>
span { border-color: #C04CFB; }
span { border-color: rgb(192,76,251); }
td.TdClassName
{
border-color: #C04CFB;
}
.TagClassName
{
border-color: #C04CFB;
}
</style>