Shades of Medium Orchid #C04BEE
Tints of Medium Orchid #C04BEE
RGB
CMYK
RGB Variations
Color information
#C04BEE (or 0xC04BEE) is known color: Medium Orchid. HEX triplet: C0, 4B and EE. RGB value is (192,75,238). Sum of RGB (Red+Green+Blue) = 192+75+238=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #C04BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04BEE is #3FB411. Grayscale: #808080. Windows color (decimal): -4174866 or 15616960. OLE color: 15616960.
HSL color Cylindrical-coordinate representation of color #C04BEE: hue angle of 283.07º degrees, saturation: 0.83, 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 #C04BEE is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 75 | 238 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.07 |
| HSL | 283.07º | 0.83% | 0.61% | - |
| HSV(B) | 283.07º | 0.68% | 0.93% | - |
| XYZ | 39.69 | 22.41 | 83.12 | - |
| YUV | 128.57 | 189.76 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 238 | 0.19 | 0.68 | 0 | 0.07 | 283.07 | 0.83 | 0.61 |
| Hex | C0 | 4B | EE | 13 | 44 | 0 | 7 | 11B | 53 | 3D |
| Octal | 300 | 113 | 356 | 23 | 104 | 0 | 7 | 433 | 123 | 75 |
| Binary | 11000000 | 1001011 | 11101110 | 10011 | 1000100 | 0 | 111 | 100011011 | 1010011 | 111101 |
Color Harmonies of #C04BEE
Complementary color
Monochromatic Colors of #C04BEE
Black with #C04BEE
Text Example
Text Example
White with #C04BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BEE; }
p { color: rgb(192,75,238); }
H1.HeaderClassName
{
color: #C04BEE;
}
.AnyTagClassName
{
color: #C04BEE;
}
</style>
background-color css
<style>
a { background-color: #C04BEE; }
a { background-color: rgb(192,75,238); }
div.DivClassName
{
background-color: #C04BEE;
}
.BgClassName
{
background-color: #C04BEE;
}
</style>
border-color css
<style>
span { border-color: #C04BEE; }
span { border-color: rgb(192,75,238); }
td.TdClassName
{
border-color: #C04BEE;
}
.TagClassName
{
border-color: #C04BEE;
}
</style>