Shades of Medium Orchid #C63DD4
Tints of Medium Orchid #C63DD4
RGB
CMYK
RGB Variations
Color information
#C63DD4 (or 0xC63DD4) is known color: Medium Orchid. HEX triplet: C6, 3D and D4. RGB value is (198,61,212). Sum of RGB (Red+Green+Blue) = 198+61+212=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #C63DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DD4 is #39C22B. Grayscale: #767676. Windows color (decimal): -3785260 or 13909446. OLE color: 13909446.
HSL color Cylindrical-coordinate representation of color #C63DD4: hue angle of 294.44º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63DD4 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 61 | 212 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.17 |
| HSL | 294.44º | 0.64% | 0.54% | - |
| HSV(B) | 294.44º | 0.71% | 0.83% | - |
| XYZ | 36.84 | 20.1 | 64.22 | - |
| YUV | 119.18 | 180.39 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 212 | 0.07 | 0.71 | 0 | 0.17 | 294.44 | 0.64 | 0.54 |
| Hex | C6 | 3D | D4 | 7 | 47 | 0 | 11 | 126 | 40 | 36 |
| Octal | 306 | 75 | 324 | 7 | 107 | 0 | 21 | 446 | 100 | 66 |
| Binary | 11000110 | 111101 | 11010100 | 111 | 1000111 | 0 | 10001 | 100100110 | 1000000 | 110110 |
Color Harmonies of #C63DD4
Complementary color
Monochromatic Colors of #C63DD4
Black with #C63DD4
Text Example
Text Example
White with #C63DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DD4; }
p { color: rgb(198,61,212); }
H1.HeaderClassName
{
color: #C63DD4;
}
.AnyTagClassName
{
color: #C63DD4;
}
</style>
background-color css
<style>
a { background-color: #C63DD4; }
a { background-color: rgb(198,61,212); }
div.DivClassName
{
background-color: #C63DD4;
}
.BgClassName
{
background-color: #C63DD4;
}
</style>
border-color css
<style>
span { border-color: #C63DD4; }
span { border-color: rgb(198,61,212); }
td.TdClassName
{
border-color: #C63DD4;
}
.TagClassName
{
border-color: #C63DD4;
}
</style>