Shades of Medium Orchid #C634DF
Tints of Medium Orchid #C634DF
RGB
CMYK
RGB Variations
Color information
#C634DF (or 0xC634DF) is known color: Medium Orchid. HEX triplet: C6, 34 and DF. RGB value is (198,52,223). Sum of RGB (Red+Green+Blue) = 198+52+223=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #C634DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634DF is #39CB20. Grayscale: #727272. Windows color (decimal): -3787553 or 14628038. OLE color: 14628038.
HSL color Cylindrical-coordinate representation of color #C634DF: hue angle of 291.23º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C634DF is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 52 | 223 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.13 |
| HSL | 291.23º | 0.73% | 0.54% | - |
| HSV(B) | 291.23º | 0.77% | 0.87% | - |
| XYZ | 37.84 | 19.79 | 71.64 | - |
| YUV | 115.15 | 188.87 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 223 | 0.11 | 0.77 | 0 | 0.13 | 291.23 | 0.73 | 0.54 |
| Hex | C6 | 34 | DF | B | 4D | 0 | D | 123 | 49 | 36 |
| Octal | 306 | 64 | 337 | 13 | 115 | 0 | 15 | 443 | 111 | 66 |
| Binary | 11000110 | 110100 | 11011111 | 1011 | 1001101 | 0 | 1101 | 100100011 | 1001001 | 110110 |
Color Harmonies of #C634DF
Complementary color
Monochromatic Colors of #C634DF
Black with #C634DF
Text Example
Text Example
White with #C634DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C634DF; }
p { color: rgb(198,52,223); }
H1.HeaderClassName
{
color: #C634DF;
}
.AnyTagClassName
{
color: #C634DF;
}
</style>
background-color css
<style>
a { background-color: #C634DF; }
a { background-color: rgb(198,52,223); }
div.DivClassName
{
background-color: #C634DF;
}
.BgClassName
{
background-color: #C634DF;
}
</style>
border-color css
<style>
span { border-color: #C634DF; }
span { border-color: rgb(198,52,223); }
td.TdClassName
{
border-color: #C634DF;
}
.TagClassName
{
border-color: #C634DF;
}
</style>