Shades of Medium Orchid #C662EA
Tints of Medium Orchid #C662EA
RGB
CMYK
RGB Variations
Color information
#C662EA (or 0xC662EA) is known color: Medium Orchid. HEX triplet: C6, 62 and EA. RGB value is (198,98,234). Sum of RGB (Red+Green+Blue) = 198+98+234=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #C662EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C662EA is #399D15. Grayscale: #8E8E8E. Windows color (decimal): -3775766 or 15360710. OLE color: 15360710.
HSL color Cylindrical-coordinate representation of color #C662EA: hue angle of 284.12º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C662EA is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 98 | 234 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.08 |
| HSL | 284.12º | 0.76% | 0.65% | - |
| HSV(B) | 284.12º | 0.58% | 0.92% | - |
| XYZ | 42.51 | 26.68 | 80.75 | - |
| YUV | 143.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 234 | 0.15 | 0.58 | 0 | 0.08 | 284.12 | 0.76 | 0.65 |
| Hex | C6 | 62 | EA | F | 3A | 0 | 8 | 11C | 4C | 41 |
| Octal | 306 | 142 | 352 | 17 | 72 | 0 | 10 | 434 | 114 | 101 |
| Binary | 11000110 | 1100010 | 11101010 | 1111 | 111010 | 0 | 1000 | 100011100 | 1001100 | 1000001 |
Color Harmonies of #C662EA
Complementary color
Monochromatic Colors of #C662EA
Black with #C662EA
Text Example
Text Example
White with #C662EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C662EA; }
p { color: rgb(198,98,234); }
H1.HeaderClassName
{
color: #C662EA;
}
.AnyTagClassName
{
color: #C662EA;
}
</style>
background-color css
<style>
a { background-color: #C662EA; }
a { background-color: rgb(198,98,234); }
div.DivClassName
{
background-color: #C662EA;
}
.BgClassName
{
background-color: #C662EA;
}
</style>
border-color css
<style>
span { border-color: #C662EA; }
span { border-color: rgb(198,98,234); }
td.TdClassName
{
border-color: #C662EA;
}
.TagClassName
{
border-color: #C662EA;
}
</style>