Shades of Medium Orchid #C62CEA
Tints of Medium Orchid #C62CEA
RGB
CMYK
RGB Variations
Color information
#C62CEA (or 0xC62CEA) is known color: Medium Orchid. HEX triplet: C6, 2C and EA. RGB value is (198,44,234). Sum of RGB (Red+Green+Blue) = 198+44+234=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #C62CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62CEA is #39D315. Grayscale: #6F6F6F. Windows color (decimal): -3789590 or 15346886. OLE color: 15346886.
HSL color Cylindrical-coordinate representation of color #C62CEA: hue angle of 288.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62CEA is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 44 | 234 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.08 |
| HSL | 288.63º | 0.82% | 0.55% | - |
| HSV(B) | 288.63º | 0.81% | 0.92% | - |
| XYZ | 39.04 | 19.75 | 79.6 | - |
| YUV | 111.71 | 197.02 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 234 | 0.15 | 0.81 | 0 | 0.08 | 288.63 | 0.82 | 0.55 |
| Hex | C6 | 2C | EA | F | 51 | 0 | 8 | 121 | 52 | 37 |
| Octal | 306 | 54 | 352 | 17 | 121 | 0 | 10 | 441 | 122 | 67 |
| Binary | 11000110 | 101100 | 11101010 | 1111 | 1010001 | 0 | 1000 | 100100001 | 1010010 | 110111 |
Color Harmonies of #C62CEA
Complementary color
Monochromatic Colors of #C62CEA
Black with #C62CEA
Text Example
Text Example
White with #C62CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62CEA; }
p { color: rgb(198,44,234); }
H1.HeaderClassName
{
color: #C62CEA;
}
.AnyTagClassName
{
color: #C62CEA;
}
</style>
background-color css
<style>
a { background-color: #C62CEA; }
a { background-color: rgb(198,44,234); }
div.DivClassName
{
background-color: #C62CEA;
}
.BgClassName
{
background-color: #C62CEA;
}
</style>
border-color css
<style>
span { border-color: #C62CEA; }
span { border-color: rgb(198,44,234); }
td.TdClassName
{
border-color: #C62CEA;
}
.TagClassName
{
border-color: #C62CEA;
}
</style>