Shades of Medium Orchid #C074DF
Tints of Medium Orchid #C074DF
RGB
CMYK
RGB Variations
Color information
#C074DF (or 0xC074DF) is known color: Medium Orchid. HEX triplet: C0, 74 and DF. RGB value is (192,116,223). Sum of RGB (Red+Green+Blue) = 192+116+223=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #C074DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074DF is #3F8B20. Grayscale: #969696. Windows color (decimal): -4164385 or 14644416. OLE color: 14644416.
HSL color Cylindrical-coordinate representation of color #C074DF: hue angle of 282.62º degrees, saturation: 0.63, 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 #C074DF is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 116 | 223 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.13 |
| HSL | 282.62º | 0.63% | 0.66% | - |
| HSV(B) | 282.62º | 0.48% | 0.87% | - |
| XYZ | 41.3 | 29.02 | 73.24 | - |
| YUV | 150.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 223 | 0.14 | 0.48 | 0 | 0.13 | 282.62 | 0.63 | 0.66 |
| Hex | C0 | 74 | DF | E | 30 | 0 | D | 11B | 3F | 42 |
| Octal | 300 | 164 | 337 | 16 | 60 | 0 | 15 | 433 | 77 | 102 |
| Binary | 11000000 | 1110100 | 11011111 | 1110 | 110000 | 0 | 1101 | 100011011 | 111111 | 1000010 |
Color Harmonies of #C074DF
Complementary color
Monochromatic Colors of #C074DF
Black with #C074DF
Text Example
Text Example
White with #C074DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074DF; }
p { color: rgb(192,116,223); }
H1.HeaderClassName
{
color: #C074DF;
}
.AnyTagClassName
{
color: #C074DF;
}
</style>
background-color css
<style>
a { background-color: #C074DF; }
a { background-color: rgb(192,116,223); }
div.DivClassName
{
background-color: #C074DF;
}
.BgClassName
{
background-color: #C074DF;
}
</style>
border-color css
<style>
span { border-color: #C074DF; }
span { border-color: rgb(192,116,223); }
td.TdClassName
{
border-color: #C074DF;
}
.TagClassName
{
border-color: #C074DF;
}
</style>