Shades of Medium Orchid #C74AD2
Tints of Medium Orchid #C74AD2
RGB
CMYK
RGB Variations
Color information
#C74AD2 (or 0xC74AD2) is known color: Medium Orchid. HEX triplet: C7, 4A and D2. RGB value is (199,74,210). Sum of RGB (Red+Green+Blue) = 199+74+210=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 210 - color contains mainly: blue. Hex color #C74AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74AD2 is #38B52D. Grayscale: #7E7E7E. Windows color (decimal): -3716398 or 13781703. OLE color: 13781703.
HSL color Cylindrical-coordinate representation of color #C74AD2: hue angle of 295.15º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74AD2 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 74 | 210 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.18 |
| HSL | 295.15º | 0.6% | 0.56% | - |
| HSV(B) | 295.15º | 0.65% | 0.82% | - |
| XYZ | 37.63 | 21.69 | 63.18 | - |
| YUV | 126.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 210 | 0.05 | 0.65 | 0 | 0.18 | 295.15 | 0.6 | 0.56 |
| Hex | C7 | 4A | D2 | 5 | 41 | 0 | 12 | 127 | 3C | 38 |
| Octal | 307 | 112 | 322 | 5 | 101 | 0 | 22 | 447 | 74 | 70 |
| Binary | 11000111 | 1001010 | 11010010 | 101 | 1000001 | 0 | 10010 | 100100111 | 111100 | 111000 |
Color Harmonies of #C74AD2
Complementary color
Monochromatic Colors of #C74AD2
Black with #C74AD2
Text Example
Text Example
White with #C74AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AD2; }
p { color: rgb(199,74,210); }
H1.HeaderClassName
{
color: #C74AD2;
}
.AnyTagClassName
{
color: #C74AD2;
}
</style>
background-color css
<style>
a { background-color: #C74AD2; }
a { background-color: rgb(199,74,210); }
div.DivClassName
{
background-color: #C74AD2;
}
.BgClassName
{
background-color: #C74AD2;
}
</style>
border-color css
<style>
span { border-color: #C74AD2; }
span { border-color: rgb(199,74,210); }
td.TdClassName
{
border-color: #C74AD2;
}
.TagClassName
{
border-color: #C74AD2;
}
</style>