Shades of Medium Orchid #C74ADE
Tints of Medium Orchid #C74ADE
RGB
CMYK
RGB Variations
Color information
#C74ADE (or 0xC74ADE) is known color: Medium Orchid. HEX triplet: C7, 4A and DE. RGB value is (199,74,222). Sum of RGB (Red+Green+Blue) = 199+74+222=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #C74ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ADE is #38B521. Grayscale: #7F7F7F. Windows color (decimal): -3716386 or 14568135. OLE color: 14568135.
HSL color Cylindrical-coordinate representation of color #C74ADE: hue angle of 290.68º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74ADE is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 74 | 222 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.13 |
| HSL | 290.68º | 0.69% | 0.58% | - |
| HSV(B) | 290.68º | 0.67% | 0.87% | - |
| XYZ | 39.19 | 22.31 | 71.35 | - |
| YUV | 128.25 | 180.91 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 222 | 0.10 | 0.67 | 0 | 0.13 | 290.68 | 0.69 | 0.58 |
| Hex | C7 | 4A | DE | A | 43 | 0 | D | 123 | 45 | 3A |
| Octal | 307 | 112 | 336 | 12 | 103 | 0 | 15 | 443 | 105 | 72 |
| Binary | 11000111 | 1001010 | 11011110 | 1010 | 1000011 | 0 | 1101 | 100100011 | 1000101 | 111010 |
Color Harmonies of #C74ADE
Complementary color
Monochromatic Colors of #C74ADE
Black with #C74ADE
Text Example
Text Example
White with #C74ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74ADE; }
p { color: rgb(199,74,222); }
H1.HeaderClassName
{
color: #C74ADE;
}
.AnyTagClassName
{
color: #C74ADE;
}
</style>
background-color css
<style>
a { background-color: #C74ADE; }
a { background-color: rgb(199,74,222); }
div.DivClassName
{
background-color: #C74ADE;
}
.BgClassName
{
background-color: #C74ADE;
}
</style>
border-color css
<style>
span { border-color: #C74ADE; }
span { border-color: rgb(199,74,222); }
td.TdClassName
{
border-color: #C74ADE;
}
.TagClassName
{
border-color: #C74ADE;
}
</style>