Shades of Medium Orchid #C074DD
Tints of Medium Orchid #C074DD
RGB
CMYK
RGB Variations
Color information
#C074DD (or 0xC074DD) is known color: Medium Orchid. HEX triplet: C0, 74 and DD. RGB value is (192,116,221). Sum of RGB (Red+Green+Blue) = 192+116+221=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #C074DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074DD is #3F8B22. Grayscale: #969696. Windows color (decimal): -4164387 or 14513344. OLE color: 14513344.
HSL color Cylindrical-coordinate representation of color #C074DD: hue angle of 283.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C074DD is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 116 | 221 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.13 |
| HSL | 283.43º | 0.61% | 0.66% | - |
| HSV(B) | 283.43º | 0.48% | 0.87% | - |
| XYZ | 41.03 | 28.92 | 71.83 | - |
| YUV | 150.69 | 167.68 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 221 | 0.13 | 0.48 | 0 | 0.13 | 283.43 | 0.61 | 0.66 |
| Hex | C0 | 74 | DD | D | 30 | 0 | D | 11B | 3D | 42 |
| Octal | 300 | 164 | 335 | 15 | 60 | 0 | 15 | 433 | 75 | 102 |
| Binary | 11000000 | 1110100 | 11011101 | 1101 | 110000 | 0 | 1101 | 100011011 | 111101 | 1000010 |
Color Harmonies of #C074DD
Complementary color
Monochromatic Colors of #C074DD
Black with #C074DD
Text Example
Text Example
White with #C074DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074DD; }
p { color: rgb(192,116,221); }
H1.HeaderClassName
{
color: #C074DD;
}
.AnyTagClassName
{
color: #C074DD;
}
</style>
background-color css
<style>
a { background-color: #C074DD; }
a { background-color: rgb(192,116,221); }
div.DivClassName
{
background-color: #C074DD;
}
.BgClassName
{
background-color: #C074DD;
}
</style>
border-color css
<style>
span { border-color: #C074DD; }
span { border-color: rgb(192,116,221); }
td.TdClassName
{
border-color: #C074DD;
}
.TagClassName
{
border-color: #C074DD;
}
</style>