Shades of Medium Orchid #C03ACF
Tints of Medium Orchid #C03ACF
RGB
CMYK
RGB Variations
Color information
#C03ACF (or 0xC03ACF) is known color: Medium Orchid. HEX triplet: C0, 3A and CF. RGB value is (192,58,207). Sum of RGB (Red+Green+Blue) = 192+58+207=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #C03ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ACF is #3FC530. Grayscale: #727272. Windows color (decimal): -4179249 or 13580992. OLE color: 13580992.
HSL color Cylindrical-coordinate representation of color #C03ACF: hue angle of 293.96º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03ACF is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 58 | 207 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.19 |
| HSL | 293.96º | 0.61% | 0.52% | - |
| HSV(B) | 293.96º | 0.72% | 0.81% | - |
| XYZ | 34.51 | 18.74 | 60.83 | - |
| YUV | 115.05 | 179.89 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 207 | 0.07 | 0.72 | 0 | 0.19 | 293.96 | 0.61 | 0.52 |
| Hex | C0 | 3A | CF | 7 | 48 | 0 | 13 | 126 | 3D | 34 |
| Octal | 300 | 72 | 317 | 7 | 110 | 0 | 23 | 446 | 75 | 64 |
| Binary | 11000000 | 111010 | 11001111 | 111 | 1001000 | 0 | 10011 | 100100110 | 111101 | 110100 |
Color Harmonies of #C03ACF
Complementary color
Monochromatic Colors of #C03ACF
Black with #C03ACF
Text Example
Text Example
White with #C03ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03ACF; }
p { color: rgb(192,58,207); }
H1.HeaderClassName
{
color: #C03ACF;
}
.AnyTagClassName
{
color: #C03ACF;
}
</style>
background-color css
<style>
a { background-color: #C03ACF; }
a { background-color: rgb(192,58,207); }
div.DivClassName
{
background-color: #C03ACF;
}
.BgClassName
{
background-color: #C03ACF;
}
</style>
border-color css
<style>
span { border-color: #C03ACF; }
span { border-color: rgb(192,58,207); }
td.TdClassName
{
border-color: #C03ACF;
}
.TagClassName
{
border-color: #C03ACF;
}
</style>