Shades of Medium Orchid #C74AEB
Tints of Medium Orchid #C74AEB
RGB
CMYK
RGB Variations
Color information
#C74AEB (or 0xC74AEB) is known color: Medium Orchid. HEX triplet: C7, 4A and EB. RGB value is (199,74,235). Sum of RGB (Red+Green+Blue) = 199+74+235=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #C74AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74AEB is #38B514. Grayscale: #818181. Windows color (decimal): -3716373 or 15420103. OLE color: 15420103.
HSL color Cylindrical-coordinate representation of color #C74AEB: hue angle of 286.58º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C74AEB is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 74 | 235 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.08 |
| HSL | 286.58º | 0.8% | 0.61% | - |
| HSV(B) | 286.58º | 0.69% | 0.92% | - |
| XYZ | 41 | 23.04 | 80.88 | - |
| YUV | 129.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 235 | 0.15 | 0.69 | 0 | 0.08 | 286.58 | 0.8 | 0.61 |
| Hex | C7 | 4A | EB | F | 45 | 0 | 8 | 11F | 50 | 3D |
| Octal | 307 | 112 | 353 | 17 | 105 | 0 | 10 | 437 | 120 | 75 |
| Binary | 11000111 | 1001010 | 11101011 | 1111 | 1000101 | 0 | 1000 | 100011111 | 1010000 | 111101 |
Color Harmonies of #C74AEB
Complementary color
Monochromatic Colors of #C74AEB
Black with #C74AEB
Text Example
Text Example
White with #C74AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AEB; }
p { color: rgb(199,74,235); }
H1.HeaderClassName
{
color: #C74AEB;
}
.AnyTagClassName
{
color: #C74AEB;
}
</style>
background-color css
<style>
a { background-color: #C74AEB; }
a { background-color: rgb(199,74,235); }
div.DivClassName
{
background-color: #C74AEB;
}
.BgClassName
{
background-color: #C74AEB;
}
</style>
border-color css
<style>
span { border-color: #C74AEB; }
span { border-color: rgb(199,74,235); }
td.TdClassName
{
border-color: #C74AEB;
}
.TagClassName
{
border-color: #C74AEB;
}
</style>