Shades of Medium Orchid #C074DC
Tints of Medium Orchid #C074DC
RGB
CMYK
RGB Variations
Color information
#C074DC (or 0xC074DC) is known color: Medium Orchid. HEX triplet: C0, 74 and DC. RGB value is (192,116,220). Sum of RGB (Red+Green+Blue) = 192+116+220=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #C074DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074DC is #3F8B23. Grayscale: #969696. Windows color (decimal): -4164388 or 14447808. OLE color: 14447808.
HSL color Cylindrical-coordinate representation of color #C074DC: hue angle of 283.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C074DC is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 116 | 220 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.14 |
| HSL | 283.85º | 0.6% | 0.66% | - |
| HSV(B) | 283.85º | 0.47% | 0.86% | - |
| XYZ | 40.9 | 28.86 | 71.13 | - |
| YUV | 150.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 220 | 0.13 | 0.47 | 0 | 0.14 | 283.85 | 0.6 | 0.66 |
| Hex | C0 | 74 | DC | D | 2F | 0 | E | 11C | 3C | 42 |
| Octal | 300 | 164 | 334 | 15 | 57 | 0 | 16 | 434 | 74 | 102 |
| Binary | 11000000 | 1110100 | 11011100 | 1101 | 101111 | 0 | 1110 | 100011100 | 111100 | 1000010 |
Color Harmonies of #C074DC
Complementary color
Monochromatic Colors of #C074DC
Black with #C074DC
Text Example
Text Example
White with #C074DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074DC; }
p { color: rgb(192,116,220); }
H1.HeaderClassName
{
color: #C074DC;
}
.AnyTagClassName
{
color: #C074DC;
}
</style>
background-color css
<style>
a { background-color: #C074DC; }
a { background-color: rgb(192,116,220); }
div.DivClassName
{
background-color: #C074DC;
}
.BgClassName
{
background-color: #C074DC;
}
</style>
border-color css
<style>
span { border-color: #C074DC; }
span { border-color: rgb(192,116,220); }
td.TdClassName
{
border-color: #C074DC;
}
.TagClassName
{
border-color: #C074DC;
}
</style>