Shades of Medium Orchid #C02FD8
Tints of Medium Orchid #C02FD8
RGB
CMYK
RGB Variations
Color information
#C02FD8 (or 0xC02FD8) is known color: Medium Orchid. HEX triplet: C0, 2F and D8. RGB value is (192,47,216). Sum of RGB (Red+Green+Blue) = 192+47+216=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #C02FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FD8 is #3FD027. Grayscale: #6D6D6D. Windows color (decimal): -4182056 or 14168000. OLE color: 14168000.
HSL color Cylindrical-coordinate representation of color #C02FD8: hue angle of 291.48º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02FD8 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 47 | 216 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.15 |
| HSL | 291.48º | 0.68% | 0.52% | - |
| HSV(B) | 291.48º | 0.78% | 0.85% | - |
| XYZ | 35.15 | 18.2 | 66.63 | - |
| YUV | 109.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 216 | 0.11 | 0.78 | 0 | 0.15 | 291.48 | 0.68 | 0.52 |
| Hex | C0 | 2F | D8 | B | 4E | 0 | F | 123 | 44 | 34 |
| Octal | 300 | 57 | 330 | 13 | 116 | 0 | 17 | 443 | 104 | 64 |
| Binary | 11000000 | 101111 | 11011000 | 1011 | 1001110 | 0 | 1111 | 100100011 | 1000100 | 110100 |
Color Harmonies of #C02FD8
Complementary color
Monochromatic Colors of #C02FD8
Black with #C02FD8
Text Example
Text Example
White with #C02FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FD8; }
p { color: rgb(192,47,216); }
H1.HeaderClassName
{
color: #C02FD8;
}
.AnyTagClassName
{
color: #C02FD8;
}
</style>
background-color css
<style>
a { background-color: #C02FD8; }
a { background-color: rgb(192,47,216); }
div.DivClassName
{
background-color: #C02FD8;
}
.BgClassName
{
background-color: #C02FD8;
}
</style>
border-color css
<style>
span { border-color: #C02FD8; }
span { border-color: rgb(192,47,216); }
td.TdClassName
{
border-color: #C02FD8;
}
.TagClassName
{
border-color: #C02FD8;
}
</style>