Shades of Medium Orchid #C63DEE
Tints of Medium Orchid #C63DEE
RGB
CMYK
RGB Variations
Color information
#C63DEE (or 0xC63DEE) is known color: Medium Orchid. HEX triplet: C6, 3D and EE. RGB value is (198,61,238). Sum of RGB (Red+Green+Blue) = 198+61+238=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #C63DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63DEE is #39C211. Grayscale: #797979. Windows color (decimal): -3785234 or 15613382. OLE color: 15613382.
HSL color Cylindrical-coordinate representation of color #C63DEE: hue angle of 286.44º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63DEE is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 61 | 238 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.07 |
| HSL | 286.44º | 0.84% | 0.59% | - |
| HSV(B) | 286.44º | 0.74% | 0.93% | - |
| XYZ | 40.39 | 21.52 | 82.91 | - |
| YUV | 122.14 | 193.39 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 238 | 0.17 | 0.74 | 0 | 0.07 | 286.44 | 0.84 | 0.59 |
| Hex | C6 | 3D | EE | 11 | 4A | 0 | 7 | 11E | 54 | 3B |
| Octal | 306 | 75 | 356 | 21 | 112 | 0 | 7 | 436 | 124 | 73 |
| Binary | 11000110 | 111101 | 11101110 | 10001 | 1001010 | 0 | 111 | 100011110 | 1010100 | 111011 |
Color Harmonies of #C63DEE
Complementary color
Monochromatic Colors of #C63DEE
Black with #C63DEE
Text Example
Text Example
White with #C63DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DEE; }
p { color: rgb(198,61,238); }
H1.HeaderClassName
{
color: #C63DEE;
}
.AnyTagClassName
{
color: #C63DEE;
}
</style>
background-color css
<style>
a { background-color: #C63DEE; }
a { background-color: rgb(198,61,238); }
div.DivClassName
{
background-color: #C63DEE;
}
.BgClassName
{
background-color: #C63DEE;
}
</style>
border-color css
<style>
span { border-color: #C63DEE; }
span { border-color: rgb(198,61,238); }
td.TdClassName
{
border-color: #C63DEE;
}
.TagClassName
{
border-color: #C63DEE;
}
</style>