Shades of Medium Orchid #C62AE0
Tints of Medium Orchid #C62AE0
RGB
CMYK
RGB Variations
Color information
#C62AE0 (or 0xC62AE0) is known color: Medium Orchid. HEX triplet: C6, 2A and E0. RGB value is (198,42,224). Sum of RGB (Red+Green+Blue) = 198+42+224=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #C62AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62AE0 is #39D51F. Grayscale: #6C6C6C. Windows color (decimal): -3790112 or 14691014. OLE color: 14691014.
HSL color Cylindrical-coordinate representation of color #C62AE0: hue angle of 291.43º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62AE0 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 42 | 224 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.12 |
| HSL | 291.43º | 0.75% | 0.52% | - |
| HSV(B) | 291.43º | 0.81% | 0.88% | - |
| XYZ | 37.57 | 19.04 | 72.22 | - |
| YUV | 109.39 | 192.68 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 224 | 0.12 | 0.81 | 0 | 0.12 | 291.43 | 0.75 | 0.52 |
| Hex | C6 | 2A | E0 | C | 51 | 0 | C | 123 | 4B | 34 |
| Octal | 306 | 52 | 340 | 14 | 121 | 0 | 14 | 443 | 113 | 64 |
| Binary | 11000110 | 101010 | 11100000 | 1100 | 1010001 | 0 | 1100 | 100100011 | 1001011 | 110100 |
Color Harmonies of #C62AE0
Complementary color
Monochromatic Colors of #C62AE0
Black with #C62AE0
Text Example
Text Example
White with #C62AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62AE0; }
p { color: rgb(198,42,224); }
H1.HeaderClassName
{
color: #C62AE0;
}
.AnyTagClassName
{
color: #C62AE0;
}
</style>
background-color css
<style>
a { background-color: #C62AE0; }
a { background-color: rgb(198,42,224); }
div.DivClassName
{
background-color: #C62AE0;
}
.BgClassName
{
background-color: #C62AE0;
}
</style>
border-color css
<style>
span { border-color: #C62AE0; }
span { border-color: rgb(198,42,224); }
td.TdClassName
{
border-color: #C62AE0;
}
.TagClassName
{
border-color: #C62AE0;
}
</style>