Shades of Medium Orchid #C02FDA
Tints of Medium Orchid #C02FDA
RGB
CMYK
RGB Variations
Color information
#C02FDA (or 0xC02FDA) is known color: Medium Orchid. HEX triplet: C0, 2F and DA. RGB value is (192,47,218). Sum of RGB (Red+Green+Blue) = 192+47+218=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #C02FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FDA is #3FD025. Grayscale: #6D6D6D. Windows color (decimal): -4182054 or 14299072. OLE color: 14299072.
HSL color Cylindrical-coordinate representation of color #C02FDA: hue angle of 290.88º degrees, saturation: 0.7, 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 #C02FDA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 47 | 218 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.15 |
| HSL | 290.88º | 0.7% | 0.52% | - |
| HSV(B) | 290.88º | 0.78% | 0.85% | - |
| XYZ | 35.41 | 18.3 | 68 | - |
| YUV | 109.85 | 189.04 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 218 | 0.12 | 0.78 | 0 | 0.15 | 290.88 | 0.7 | 0.52 |
| Hex | C0 | 2F | DA | C | 4E | 0 | F | 123 | 46 | 34 |
| Octal | 300 | 57 | 332 | 14 | 116 | 0 | 17 | 443 | 106 | 64 |
| Binary | 11000000 | 101111 | 11011010 | 1100 | 1001110 | 0 | 1111 | 100100011 | 1000110 | 110100 |
Color Harmonies of #C02FDA
Complementary color
Monochromatic Colors of #C02FDA
Black with #C02FDA
Text Example
Text Example
White with #C02FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FDA; }
p { color: rgb(192,47,218); }
H1.HeaderClassName
{
color: #C02FDA;
}
.AnyTagClassName
{
color: #C02FDA;
}
</style>
background-color css
<style>
a { background-color: #C02FDA; }
a { background-color: rgb(192,47,218); }
div.DivClassName
{
background-color: #C02FDA;
}
.BgClassName
{
background-color: #C02FDA;
}
</style>
border-color css
<style>
span { border-color: #C02FDA; }
span { border-color: rgb(192,47,218); }
td.TdClassName
{
border-color: #C02FDA;
}
.TagClassName
{
border-color: #C02FDA;
}
</style>