Shades of Medium Orchid #C63DD7
Tints of Medium Orchid #C63DD7
RGB
CMYK
RGB Variations
Color information
#C63DD7 (or 0xC63DD7) is known color: Medium Orchid. HEX triplet: C6, 3D and D7. RGB value is (198,61,215). Sum of RGB (Red+Green+Blue) = 198+61+215=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #C63DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DD7 is #39C228. Grayscale: #777777. Windows color (decimal): -3785257 or 14106054. OLE color: 14106054.
HSL color Cylindrical-coordinate representation of color #C63DD7: hue angle of 293.38º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63DD7 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 61 | 215 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.16 |
| HSL | 293.38º | 0.66% | 0.54% | - |
| HSV(B) | 293.38º | 0.72% | 0.84% | - |
| XYZ | 37.22 | 20.25 | 66.24 | - |
| YUV | 119.52 | 181.89 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 215 | 0.08 | 0.72 | 0 | 0.16 | 293.38 | 0.66 | 0.54 |
| Hex | C6 | 3D | D7 | 8 | 48 | 0 | 10 | 125 | 42 | 36 |
| Octal | 306 | 75 | 327 | 10 | 110 | 0 | 20 | 445 | 102 | 66 |
| Binary | 11000110 | 111101 | 11010111 | 1000 | 1001000 | 0 | 10000 | 100100101 | 1000010 | 110110 |
Color Harmonies of #C63DD7
Complementary color
Monochromatic Colors of #C63DD7
Black with #C63DD7
Text Example
Text Example
White with #C63DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DD7; }
p { color: rgb(198,61,215); }
H1.HeaderClassName
{
color: #C63DD7;
}
.AnyTagClassName
{
color: #C63DD7;
}
</style>
background-color css
<style>
a { background-color: #C63DD7; }
a { background-color: rgb(198,61,215); }
div.DivClassName
{
background-color: #C63DD7;
}
.BgClassName
{
background-color: #C63DD7;
}
</style>
border-color css
<style>
span { border-color: #C63DD7; }
span { border-color: rgb(198,61,215); }
td.TdClassName
{
border-color: #C63DD7;
}
.TagClassName
{
border-color: #C63DD7;
}
</style>