Shades of Medium Orchid #C04BCD
Tints of Medium Orchid #C04BCD
RGB
CMYK
RGB Variations
Color information
#C04BCD (or 0xC04BCD) is known color: Medium Orchid. HEX triplet: C0, 4B and CD. RGB value is (192,75,205). Sum of RGB (Red+Green+Blue) = 192+75+205=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #C04BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BCD is #3FB432. Grayscale: #7C7C7C. Windows color (decimal): -4174899 or 13454272. OLE color: 13454272.
HSL color Cylindrical-coordinate representation of color #C04BCD: hue angle of 294º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04BCD is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 75 | 205 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.20 |
| HSL | 294º | 0.57% | 0.55% | - |
| HSV(B) | 294º | 0.63% | 0.8% | - |
| XYZ | 35.27 | 20.65 | 59.88 | - |
| YUV | 124.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 205 | 0.06 | 0.63 | 0 | 0.20 | 294 | 0.57 | 0.55 |
| Hex | C0 | 4B | CD | 6 | 3F | 0 | 14 | 126 | 39 | 37 |
| Octal | 300 | 113 | 315 | 6 | 77 | 0 | 24 | 446 | 71 | 67 |
| Binary | 11000000 | 1001011 | 11001101 | 110 | 111111 | 0 | 10100 | 100100110 | 111001 | 110111 |
Color Harmonies of #C04BCD
Complementary color
Monochromatic Colors of #C04BCD
Black with #C04BCD
Text Example
Text Example
White with #C04BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BCD; }
p { color: rgb(192,75,205); }
H1.HeaderClassName
{
color: #C04BCD;
}
.AnyTagClassName
{
color: #C04BCD;
}
</style>
background-color css
<style>
a { background-color: #C04BCD; }
a { background-color: rgb(192,75,205); }
div.DivClassName
{
background-color: #C04BCD;
}
.BgClassName
{
background-color: #C04BCD;
}
</style>
border-color css
<style>
span { border-color: #C04BCD; }
span { border-color: rgb(192,75,205); }
td.TdClassName
{
border-color: #C04BCD;
}
.TagClassName
{
border-color: #C04BCD;
}
</style>