Shades of Medium Orchid #C642EE
Tints of Medium Orchid #C642EE
RGB
CMYK
RGB Variations
Color information
#C642EE (or 0xC642EE) is known color: Medium Orchid. HEX triplet: C6, 42 and EE. RGB value is (198,66,238). Sum of RGB (Red+Green+Blue) = 198+66+238=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #C642EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C642EE is #39BD11. Grayscale: #7C7C7C. Windows color (decimal): -3783954 or 15614662. OLE color: 15614662.
HSL color Cylindrical-coordinate representation of color #C642EE: hue angle of 286.05º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C642EE is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 66 | 238 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.07 |
| HSL | 286.05º | 0.83% | 0.6% | - |
| HSV(B) | 286.05º | 0.72% | 0.93% | - |
| XYZ | 40.67 | 22.08 | 83.01 | - |
| YUV | 125.08 | 191.73 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 238 | 0.17 | 0.72 | 0 | 0.07 | 286.05 | 0.83 | 0.6 |
| Hex | C6 | 42 | EE | 11 | 48 | 0 | 7 | 11E | 53 | 3C |
| Octal | 306 | 102 | 356 | 21 | 110 | 0 | 7 | 436 | 123 | 74 |
| Binary | 11000110 | 1000010 | 11101110 | 10001 | 1001000 | 0 | 111 | 100011110 | 1010011 | 111100 |
Color Harmonies of #C642EE
Complementary color
Monochromatic Colors of #C642EE
Black with #C642EE
Text Example
Text Example
White with #C642EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C642EE; }
p { color: rgb(198,66,238); }
H1.HeaderClassName
{
color: #C642EE;
}
.AnyTagClassName
{
color: #C642EE;
}
</style>
background-color css
<style>
a { background-color: #C642EE; }
a { background-color: rgb(198,66,238); }
div.DivClassName
{
background-color: #C642EE;
}
.BgClassName
{
background-color: #C642EE;
}
</style>
border-color css
<style>
span { border-color: #C642EE; }
span { border-color: rgb(198,66,238); }
td.TdClassName
{
border-color: #C642EE;
}
.TagClassName
{
border-color: #C642EE;
}
</style>