Shades of Medium Orchid #C04BED
Tints of Medium Orchid #C04BED
RGB
CMYK
RGB Variations
Color information
#C04BED (or 0xC04BED) is known color: Medium Orchid. HEX triplet: C0, 4B and ED. RGB value is (192,75,237). Sum of RGB (Red+Green+Blue) = 192+75+237=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #C04BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04BED is #3FB412. Grayscale: #7F7F7F. Windows color (decimal): -4174867 or 15551424. OLE color: 15551424.
HSL color Cylindrical-coordinate representation of color #C04BED: hue angle of 283.33º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C04BED is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 75 | 237 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.07 |
| HSL | 283.33º | 0.82% | 0.61% | - |
| HSV(B) | 283.33º | 0.68% | 0.93% | - |
| XYZ | 39.54 | 22.35 | 82.35 | - |
| YUV | 128.45 | 189.26 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 237 | 0.19 | 0.68 | 0 | 0.07 | 283.33 | 0.82 | 0.61 |
| Hex | C0 | 4B | ED | 13 | 44 | 0 | 7 | 11B | 52 | 3D |
| Octal | 300 | 113 | 355 | 23 | 104 | 0 | 7 | 433 | 122 | 75 |
| Binary | 11000000 | 1001011 | 11101101 | 10011 | 1000100 | 0 | 111 | 100011011 | 1010010 | 111101 |
Color Harmonies of #C04BED
Complementary color
Monochromatic Colors of #C04BED
Black with #C04BED
Text Example
Text Example
White with #C04BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BED; }
p { color: rgb(192,75,237); }
H1.HeaderClassName
{
color: #C04BED;
}
.AnyTagClassName
{
color: #C04BED;
}
</style>
background-color css
<style>
a { background-color: #C04BED; }
a { background-color: rgb(192,75,237); }
div.DivClassName
{
background-color: #C04BED;
}
.BgClassName
{
background-color: #C04BED;
}
</style>
border-color css
<style>
span { border-color: #C04BED; }
span { border-color: rgb(192,75,237); }
td.TdClassName
{
border-color: #C04BED;
}
.TagClassName
{
border-color: #C04BED;
}
</style>