Shades of Medium Orchid #C074DA
Tints of Medium Orchid #C074DA
RGB
CMYK
RGB Variations
Color information
#C074DA (or 0xC074DA) is known color: Medium Orchid. HEX triplet: C0, 74 and DA. RGB value is (192,116,218). Sum of RGB (Red+Green+Blue) = 192+116+218=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #C074DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074DA is #3F8B25. Grayscale: #969696. Windows color (decimal): -4164390 or 14316736. OLE color: 14316736.
HSL color Cylindrical-coordinate representation of color #C074DA: hue angle of 284.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C074DA is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 116 | 218 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.15 |
| HSL | 284.71º | 0.58% | 0.65% | - |
| HSV(B) | 284.71º | 0.47% | 0.85% | - |
| XYZ | 40.64 | 28.76 | 69.74 | - |
| YUV | 150.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 218 | 0.12 | 0.47 | 0 | 0.15 | 284.71 | 0.58 | 0.65 |
| Hex | C0 | 74 | DA | C | 2F | 0 | F | 11D | 3A | 41 |
| Octal | 300 | 164 | 332 | 14 | 57 | 0 | 17 | 435 | 72 | 101 |
| Binary | 11000000 | 1110100 | 11011010 | 1100 | 101111 | 0 | 1111 | 100011101 | 111010 | 1000001 |
Color Harmonies of #C074DA
Complementary color
Monochromatic Colors of #C074DA
Black with #C074DA
Text Example
Text Example
White with #C074DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074DA; }
p { color: rgb(192,116,218); }
H1.HeaderClassName
{
color: #C074DA;
}
.AnyTagClassName
{
color: #C074DA;
}
</style>
background-color css
<style>
a { background-color: #C074DA; }
a { background-color: rgb(192,116,218); }
div.DivClassName
{
background-color: #C074DA;
}
.BgClassName
{
background-color: #C074DA;
}
</style>
border-color css
<style>
span { border-color: #C074DA; }
span { border-color: rgb(192,116,218); }
td.TdClassName
{
border-color: #C074DA;
}
.TagClassName
{
border-color: #C074DA;
}
</style>