Shades of Medium Orchid #C64AE0
Tints of Medium Orchid #C64AE0
RGB
CMYK
RGB Variations
Color information
#C64AE0 (or 0xC64AE0) is known color: Medium Orchid. HEX triplet: C6, 4A and E0. RGB value is (198,74,224). Sum of RGB (Red+Green+Blue) = 198+74+224=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #C64AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64AE0 is #39B51F. Grayscale: #7F7F7F. Windows color (decimal): -3781920 or 14699206. OLE color: 14699206.
HSL color Cylindrical-coordinate representation of color #C64AE0: hue angle of 289.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64AE0 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 74 | 224 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.12 |
| HSL | 289.6º | 0.71% | 0.58% | - |
| HSV(B) | 289.6º | 0.67% | 0.88% | - |
| XYZ | 39.19 | 22.29 | 72.76 | - |
| YUV | 128.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 224 | 0.12 | 0.67 | 0 | 0.12 | 289.6 | 0.71 | 0.58 |
| Hex | C6 | 4A | E0 | C | 43 | 0 | C | 122 | 47 | 3A |
| Octal | 306 | 112 | 340 | 14 | 103 | 0 | 14 | 442 | 107 | 72 |
| Binary | 11000110 | 1001010 | 11100000 | 1100 | 1000011 | 0 | 1100 | 100100010 | 1000111 | 111010 |
Color Harmonies of #C64AE0
Complementary color
Monochromatic Colors of #C64AE0
Black with #C64AE0
Text Example
Text Example
White with #C64AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AE0; }
p { color: rgb(198,74,224); }
H1.HeaderClassName
{
color: #C64AE0;
}
.AnyTagClassName
{
color: #C64AE0;
}
</style>
background-color css
<style>
a { background-color: #C64AE0; }
a { background-color: rgb(198,74,224); }
div.DivClassName
{
background-color: #C64AE0;
}
.BgClassName
{
background-color: #C64AE0;
}
</style>
border-color css
<style>
span { border-color: #C64AE0; }
span { border-color: rgb(198,74,224); }
td.TdClassName
{
border-color: #C64AE0;
}
.TagClassName
{
border-color: #C64AE0;
}
</style>