Shades of Medium Orchid #C04CD4
Tints of Medium Orchid #C04CD4
RGB
CMYK
RGB Variations
Color information
#C04CD4 (or 0xC04CD4) is known color: Medium Orchid. HEX triplet: C0, 4C and D4. RGB value is (192,76,212). Sum of RGB (Red+Green+Blue) = 192+76+212=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 212 - color contains mainly: blue. Hex color #C04CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CD4 is #3FB32B. Grayscale: #7D7D7D. Windows color (decimal): -4174636 or 13913280. OLE color: 13913280.
HSL color Cylindrical-coordinate representation of color #C04CD4: hue angle of 291.18º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04CD4 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 76 | 212 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.17 |
| HSL | 291.18º | 0.61% | 0.56% | - |
| HSV(B) | 291.18º | 0.64% | 0.83% | - |
| XYZ | 36.21 | 21.13 | 64.46 | - |
| YUV | 126.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 212 | 0.09 | 0.64 | 0 | 0.17 | 291.18 | 0.61 | 0.56 |
| Hex | C0 | 4C | D4 | 9 | 40 | 0 | 11 | 123 | 3D | 38 |
| Octal | 300 | 114 | 324 | 11 | 100 | 0 | 21 | 443 | 75 | 70 |
| Binary | 11000000 | 1001100 | 11010100 | 1001 | 1000000 | 0 | 10001 | 100100011 | 111101 | 111000 |
Color Harmonies of #C04CD4
Complementary color
Monochromatic Colors of #C04CD4
Black with #C04CD4
Text Example
Text Example
White with #C04CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CD4; }
p { color: rgb(192,76,212); }
H1.HeaderClassName
{
color: #C04CD4;
}
.AnyTagClassName
{
color: #C04CD4;
}
</style>
background-color css
<style>
a { background-color: #C04CD4; }
a { background-color: rgb(192,76,212); }
div.DivClassName
{
background-color: #C04CD4;
}
.BgClassName
{
background-color: #C04CD4;
}
</style>
border-color css
<style>
span { border-color: #C04CD4; }
span { border-color: rgb(192,76,212); }
td.TdClassName
{
border-color: #C04CD4;
}
.TagClassName
{
border-color: #C04CD4;
}
</style>