Shades of Medium Orchid #C62FEE
Tints of Medium Orchid #C62FEE
RGB
CMYK
RGB Variations
Color information
#C62FEE (or 0xC62FEE) is known color: Medium Orchid. HEX triplet: C6, 2F and EE. RGB value is (198,47,238). Sum of RGB (Red+Green+Blue) = 198+47+238=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 47 (18.75% from 255 or 9.73% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #C62FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62FEE is #39D011. Grayscale: #717171. Windows color (decimal): -3788818 or 15609798. OLE color: 15609798.
HSL color Cylindrical-coordinate representation of color #C62FEE: hue angle of 287.43º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62FEE is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 47 | 238 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.07 |
| HSL | 287.43º | 0.85% | 0.56% | - |
| HSV(B) | 287.43º | 0.8% | 0.93% | - |
| XYZ | 39.74 | 20.21 | 82.7 | - |
| YUV | 113.92 | 198.03 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 238 | 0.17 | 0.80 | 0 | 0.07 | 287.43 | 0.85 | 0.56 |
| Hex | C6 | 2F | EE | 11 | 50 | 0 | 7 | 11F | 55 | 38 |
| Octal | 306 | 57 | 356 | 21 | 120 | 0 | 7 | 437 | 125 | 70 |
| Binary | 11000110 | 101111 | 11101110 | 10001 | 1010000 | 0 | 111 | 100011111 | 1010101 | 111000 |
Color Harmonies of #C62FEE
Complementary color
Monochromatic Colors of #C62FEE
Black with #C62FEE
Text Example
Text Example
White with #C62FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FEE; }
p { color: rgb(198,47,238); }
H1.HeaderClassName
{
color: #C62FEE;
}
.AnyTagClassName
{
color: #C62FEE;
}
</style>
background-color css
<style>
a { background-color: #C62FEE; }
a { background-color: rgb(198,47,238); }
div.DivClassName
{
background-color: #C62FEE;
}
.BgClassName
{
background-color: #C62FEE;
}
</style>
border-color css
<style>
span { border-color: #C62FEE; }
span { border-color: rgb(198,47,238); }
td.TdClassName
{
border-color: #C62FEE;
}
.TagClassName
{
border-color: #C62FEE;
}
</style>