Shades of Medium Orchid #C63DE7
Tints of Medium Orchid #C63DE7
RGB
CMYK
RGB Variations
Color information
#C63DE7 (or 0xC63DE7) is known color: Medium Orchid. HEX triplet: C6, 3D and E7. RGB value is (198,61,231). Sum of RGB (Red+Green+Blue) = 198+61+231=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #C63DE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63DE7 is #39C218. Grayscale: #787878. Windows color (decimal): -3785241 or 15154630. OLE color: 15154630.
HSL color Cylindrical-coordinate representation of color #C63DE7: hue angle of 288.35º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63DE7 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 61 | 231 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.09 |
| HSL | 288.35º | 0.78% | 0.57% | - |
| HSV(B) | 288.35º | 0.74% | 0.91% | - |
| XYZ | 39.38 | 21.11 | 77.6 | - |
| YUV | 121.34 | 189.89 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 231 | 0.14 | 0.74 | 0 | 0.09 | 288.35 | 0.78 | 0.57 |
| Hex | C6 | 3D | E7 | E | 4A | 0 | 9 | 120 | 4E | 39 |
| Octal | 306 | 75 | 347 | 16 | 112 | 0 | 11 | 440 | 116 | 71 |
| Binary | 11000110 | 111101 | 11100111 | 1110 | 1001010 | 0 | 1001 | 100100000 | 1001110 | 111001 |
Color Harmonies of #C63DE7
Complementary color
Monochromatic Colors of #C63DE7
Black with #C63DE7
Text Example
Text Example
White with #C63DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DE7; }
p { color: rgb(198,61,231); }
H1.HeaderClassName
{
color: #C63DE7;
}
.AnyTagClassName
{
color: #C63DE7;
}
</style>
background-color css
<style>
a { background-color: #C63DE7; }
a { background-color: rgb(198,61,231); }
div.DivClassName
{
background-color: #C63DE7;
}
.BgClassName
{
background-color: #C63DE7;
}
</style>
border-color css
<style>
span { border-color: #C63DE7; }
span { border-color: rgb(198,61,231); }
td.TdClassName
{
border-color: #C63DE7;
}
.TagClassName
{
border-color: #C63DE7;
}
</style>