Shades of Medium Orchid #C03FDD
Tints of Medium Orchid #C03FDD
RGB
CMYK
RGB Variations
Color information
#C03FDD (or 0xC03FDD) is known color: Medium Orchid. HEX triplet: C0, 3F and DD. RGB value is (192,63,221). Sum of RGB (Red+Green+Blue) = 192+63+221=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #C03FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FDD is #3FC022. Grayscale: #777777. Windows color (decimal): -4177955 or 14499776. OLE color: 14499776.
HSL color Cylindrical-coordinate representation of color #C03FDD: hue angle of 288.99º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03FDD is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 63 | 221 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.13 |
| HSL | 288.99º | 0.7% | 0.56% | - |
| HSV(B) | 288.99º | 0.71% | 0.87% | - |
| XYZ | 36.57 | 19.98 | 70.34 | - |
| YUV | 119.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 221 | 0.13 | 0.71 | 0 | 0.13 | 288.99 | 0.7 | 0.56 |
| Hex | C0 | 3F | DD | D | 47 | 0 | D | 121 | 46 | 38 |
| Octal | 300 | 77 | 335 | 15 | 107 | 0 | 15 | 441 | 106 | 70 |
| Binary | 11000000 | 111111 | 11011101 | 1101 | 1000111 | 0 | 1101 | 100100001 | 1000110 | 111000 |
Color Harmonies of #C03FDD
Complementary color
Monochromatic Colors of #C03FDD
Black with #C03FDD
Text Example
Text Example
White with #C03FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FDD; }
p { color: rgb(192,63,221); }
H1.HeaderClassName
{
color: #C03FDD;
}
.AnyTagClassName
{
color: #C03FDD;
}
</style>
background-color css
<style>
a { background-color: #C03FDD; }
a { background-color: rgb(192,63,221); }
div.DivClassName
{
background-color: #C03FDD;
}
.BgClassName
{
background-color: #C03FDD;
}
</style>
border-color css
<style>
span { border-color: #C03FDD; }
span { border-color: rgb(192,63,221); }
td.TdClassName
{
border-color: #C03FDD;
}
.TagClassName
{
border-color: #C03FDD;
}
</style>