Shades of Medium Orchid #C63ADC
Tints of Medium Orchid #C63ADC
RGB
CMYK
RGB Variations
Color information
#C63ADC (or 0xC63ADC) is known color: Medium Orchid. HEX triplet: C6, 3A and DC. RGB value is (198,58,220). Sum of RGB (Red+Green+Blue) = 198+58+220=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #C63ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ADC is #39C523. Grayscale: #757575. Windows color (decimal): -3786020 or 14432966. OLE color: 14432966.
HSL color Cylindrical-coordinate representation of color #C63ADC: hue angle of 291.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63ADC is Cyan = 0.1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 58 | 220 | - |
| CMYK | 0.1 | 0.74 | 0 | 0.14 |
| HSL | 291.85º | 0.7% | 0.55% | - |
| HSV(B) | 291.85º | 0.74% | 0.86% | - |
| XYZ | 37.72 | 20.2 | 69.62 | - |
| YUV | 118.33 | 185.38 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 220 | 0.1 | 0.74 | 0 | 0.14 | 291.85 | 0.7 | 0.55 |
| Hex | C6 | 3A | DC | A | 4A | 0 | E | 124 | 46 | 37 |
| Octal | 306 | 72 | 334 | 12 | 112 | 0 | 16 | 444 | 106 | 67 |
| Binary | 11000110 | 111010 | 11011100 | 1010 | 1001010 | 0 | 1110 | 100100100 | 1000110 | 110111 |
Color Harmonies of #C63ADC
Complementary color
Monochromatic Colors of #C63ADC
Black with #C63ADC
Text Example
Text Example
White with #C63ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63ADC; }
p { color: rgb(198,58,220); }
H1.HeaderClassName
{
color: #C63ADC;
}
.AnyTagClassName
{
color: #C63ADC;
}
</style>
background-color css
<style>
a { background-color: #C63ADC; }
a { background-color: rgb(198,58,220); }
div.DivClassName
{
background-color: #C63ADC;
}
.BgClassName
{
background-color: #C63ADC;
}
</style>
border-color css
<style>
span { border-color: #C63ADC; }
span { border-color: rgb(198,58,220); }
td.TdClassName
{
border-color: #C63ADC;
}
.TagClassName
{
border-color: #C63ADC;
}
</style>