Shades of Medium Orchid #C03CCF
Tints of Medium Orchid #C03CCF
RGB
CMYK
RGB Variations
Color information
#C03CCF (or 0xC03CCF) is known color: Medium Orchid. HEX triplet: C0, 3C and CF. RGB value is (192,60,207). Sum of RGB (Red+Green+Blue) = 192+60+207=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #C03CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CCF is #3FC330. Grayscale: #737373. Windows color (decimal): -4178737 or 13581504. OLE color: 13581504.
HSL color Cylindrical-coordinate representation of color #C03CCF: hue angle of 293.88º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03CCF is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 60 | 207 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.19 |
| HSL | 293.88º | 0.6% | 0.52% | - |
| HSV(B) | 293.88º | 0.71% | 0.81% | - |
| XYZ | 34.62 | 18.94 | 60.86 | - |
| YUV | 116.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 207 | 0.07 | 0.71 | 0 | 0.19 | 293.88 | 0.6 | 0.52 |
| Hex | C0 | 3C | CF | 7 | 47 | 0 | 13 | 126 | 3C | 34 |
| Octal | 300 | 74 | 317 | 7 | 107 | 0 | 23 | 446 | 74 | 64 |
| Binary | 11000000 | 111100 | 11001111 | 111 | 1000111 | 0 | 10011 | 100100110 | 111100 | 110100 |
Color Harmonies of #C03CCF
Complementary color
Monochromatic Colors of #C03CCF
Black with #C03CCF
Text Example
Text Example
White with #C03CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CCF; }
p { color: rgb(192,60,207); }
H1.HeaderClassName
{
color: #C03CCF;
}
.AnyTagClassName
{
color: #C03CCF;
}
</style>
background-color css
<style>
a { background-color: #C03CCF; }
a { background-color: rgb(192,60,207); }
div.DivClassName
{
background-color: #C03CCF;
}
.BgClassName
{
background-color: #C03CCF;
}
</style>
border-color css
<style>
span { border-color: #C03CCF; }
span { border-color: rgb(192,60,207); }
td.TdClassName
{
border-color: #C03CCF;
}
.TagClassName
{
border-color: #C03CCF;
}
</style>