Shades of Medium Orchid #C04BDF
Tints of Medium Orchid #C04BDF
RGB
CMYK
RGB Variations
Color information
#C04BDF (or 0xC04BDF) is known color: Medium Orchid. HEX triplet: C0, 4B and DF. RGB value is (192,75,223). Sum of RGB (Red+Green+Blue) = 192+75+223=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #C04BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BDF is #3FB420. Grayscale: #7E7E7E. Windows color (decimal): -4174881 or 14633920. OLE color: 14633920.
HSL color Cylindrical-coordinate representation of color #C04BDF: hue angle of 287.43º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04BDF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 75 | 223 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.13 |
| HSL | 287.43º | 0.7% | 0.58% | - |
| HSV(B) | 287.43º | 0.66% | 0.87% | - |
| XYZ | 37.57 | 21.57 | 71.99 | - |
| YUV | 126.86 | 182.26 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 223 | 0.14 | 0.66 | 0 | 0.13 | 287.43 | 0.7 | 0.58 |
| Hex | C0 | 4B | DF | E | 42 | 0 | D | 11F | 46 | 3A |
| Octal | 300 | 113 | 337 | 16 | 102 | 0 | 15 | 437 | 106 | 72 |
| Binary | 11000000 | 1001011 | 11011111 | 1110 | 1000010 | 0 | 1101 | 100011111 | 1000110 | 111010 |
Color Harmonies of #C04BDF
Complementary color
Monochromatic Colors of #C04BDF
Black with #C04BDF
Text Example
Text Example
White with #C04BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BDF; }
p { color: rgb(192,75,223); }
H1.HeaderClassName
{
color: #C04BDF;
}
.AnyTagClassName
{
color: #C04BDF;
}
</style>
background-color css
<style>
a { background-color: #C04BDF; }
a { background-color: rgb(192,75,223); }
div.DivClassName
{
background-color: #C04BDF;
}
.BgClassName
{
background-color: #C04BDF;
}
</style>
border-color css
<style>
span { border-color: #C04BDF; }
span { border-color: rgb(192,75,223); }
td.TdClassName
{
border-color: #C04BDF;
}
.TagClassName
{
border-color: #C04BDF;
}
</style>