Shades of Medium Orchid #C04CED
Tints of Medium Orchid #C04CED
RGB
CMYK
RGB Variations
Color information
#C04CED (or 0xC04CED) is known color: Medium Orchid. HEX triplet: C0, 4C and ED. RGB value is (192,76,237). Sum of RGB (Red+Green+Blue) = 192+76+237=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #C04CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04CED is #3FB312. Grayscale: #808080. Windows color (decimal): -4174611 or 15551680. OLE color: 15551680.
HSL color Cylindrical-coordinate representation of color #C04CED: hue angle of 283.23º 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 #C04CED is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 76 | 237 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.07 |
| HSL | 283.23º | 0.82% | 0.61% | - |
| HSV(B) | 283.23º | 0.68% | 0.93% | - |
| XYZ | 39.61 | 22.49 | 82.37 | - |
| YUV | 129.04 | 188.93 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 237 | 0.19 | 0.68 | 0 | 0.07 | 283.23 | 0.82 | 0.61 |
| Hex | C0 | 4C | ED | 13 | 44 | 0 | 7 | 11B | 52 | 3D |
| Octal | 300 | 114 | 355 | 23 | 104 | 0 | 7 | 433 | 122 | 75 |
| Binary | 11000000 | 1001100 | 11101101 | 10011 | 1000100 | 0 | 111 | 100011011 | 1010010 | 111101 |
Color Harmonies of #C04CED
Complementary color
Monochromatic Colors of #C04CED
Black with #C04CED
Text Example
Text Example
White with #C04CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CED; }
p { color: rgb(192,76,237); }
H1.HeaderClassName
{
color: #C04CED;
}
.AnyTagClassName
{
color: #C04CED;
}
</style>
background-color css
<style>
a { background-color: #C04CED; }
a { background-color: rgb(192,76,237); }
div.DivClassName
{
background-color: #C04CED;
}
.BgClassName
{
background-color: #C04CED;
}
</style>
border-color css
<style>
span { border-color: #C04CED; }
span { border-color: rgb(192,76,237); }
td.TdClassName
{
border-color: #C04CED;
}
.TagClassName
{
border-color: #C04CED;
}
</style>