Shades of Medium Orchid #C63BEE
Tints of Medium Orchid #C63BEE
RGB
CMYK
RGB Variations
Color information
#C63BEE (or 0xC63BEE) is known color: Medium Orchid. HEX triplet: C6, 3B and EE. RGB value is (198,59,238). Sum of RGB (Red+Green+Blue) = 198+59+238=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 59 (23.44% from 255 or 11.92% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #C63BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63BEE is #39C411. Grayscale: #787878. Windows color (decimal): -3785746 or 15612870. OLE color: 15612870.
HSL color Cylindrical-coordinate representation of color #C63BEE: hue angle of 286.59º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63BEE is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 59 | 238 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.07 |
| HSL | 286.59º | 0.84% | 0.58% | - |
| HSV(B) | 286.59º | 0.75% | 0.93% | - |
| XYZ | 40.29 | 21.31 | 82.88 | - |
| YUV | 120.97 | 194.05 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 238 | 0.17 | 0.75 | 0 | 0.07 | 286.59 | 0.84 | 0.58 |
| Hex | C6 | 3B | EE | 11 | 4B | 0 | 7 | 11F | 54 | 3A |
| Octal | 306 | 73 | 356 | 21 | 113 | 0 | 7 | 437 | 124 | 72 |
| Binary | 11000110 | 111011 | 11101110 | 10001 | 1001011 | 0 | 111 | 100011111 | 1010100 | 111010 |
Color Harmonies of #C63BEE
Complementary color
Monochromatic Colors of #C63BEE
Black with #C63BEE
Text Example
Text Example
White with #C63BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BEE; }
p { color: rgb(198,59,238); }
H1.HeaderClassName
{
color: #C63BEE;
}
.AnyTagClassName
{
color: #C63BEE;
}
</style>
background-color css
<style>
a { background-color: #C63BEE; }
a { background-color: rgb(198,59,238); }
div.DivClassName
{
background-color: #C63BEE;
}
.BgClassName
{
background-color: #C63BEE;
}
</style>
border-color css
<style>
span { border-color: #C63BEE; }
span { border-color: rgb(198,59,238); }
td.TdClassName
{
border-color: #C63BEE;
}
.TagClassName
{
border-color: #C63BEE;
}
</style>