Shades of Medium Orchid #C74AE9
Tints of Medium Orchid #C74AE9
RGB
CMYK
RGB Variations
Color information
#C74AE9 (or 0xC74AE9) is known color: Medium Orchid. HEX triplet: C7, 4A and E9. RGB value is (199,74,233). Sum of RGB (Red+Green+Blue) = 199+74+233=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #C74AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74AE9 is #38B516. Grayscale: #808080. Windows color (decimal): -3716375 or 15289031. OLE color: 15289031.
HSL color Cylindrical-coordinate representation of color #C74AE9: hue angle of 287.17º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74AE9 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 74 | 233 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.09 |
| HSL | 287.17º | 0.78% | 0.6% | - |
| HSV(B) | 287.17º | 0.68% | 0.91% | - |
| XYZ | 40.71 | 22.92 | 79.37 | - |
| YUV | 129.5 | 186.41 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 233 | 0.15 | 0.68 | 0 | 0.09 | 287.17 | 0.78 | 0.6 |
| Hex | C7 | 4A | E9 | F | 44 | 0 | 9 | 11F | 4E | 3C |
| Octal | 307 | 112 | 351 | 17 | 104 | 0 | 11 | 437 | 116 | 74 |
| Binary | 11000111 | 1001010 | 11101001 | 1111 | 1000100 | 0 | 1001 | 100011111 | 1001110 | 111100 |
Color Harmonies of #C74AE9
Complementary color
Monochromatic Colors of #C74AE9
Black with #C74AE9
Text Example
Text Example
White with #C74AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AE9; }
p { color: rgb(199,74,233); }
H1.HeaderClassName
{
color: #C74AE9;
}
.AnyTagClassName
{
color: #C74AE9;
}
</style>
background-color css
<style>
a { background-color: #C74AE9; }
a { background-color: rgb(199,74,233); }
div.DivClassName
{
background-color: #C74AE9;
}
.BgClassName
{
background-color: #C74AE9;
}
</style>
border-color css
<style>
span { border-color: #C74AE9; }
span { border-color: rgb(199,74,233); }
td.TdClassName
{
border-color: #C74AE9;
}
.TagClassName
{
border-color: #C74AE9;
}
</style>