Shades of Medium Orchid #C634D6
Tints of Medium Orchid #C634D6
RGB
CMYK
RGB Variations
Color information
#C634D6 (or 0xC634D6) is known color: Medium Orchid. HEX triplet: C6, 34 and D6. RGB value is (198,52,214). Sum of RGB (Red+Green+Blue) = 198+52+214=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #C634D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634D6 is #39CB29. Grayscale: #717171. Windows color (decimal): -3787562 or 14038214. OLE color: 14038214.
HSL color Cylindrical-coordinate representation of color #C634D6: hue angle of 294.07º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C634D6 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 52 | 214 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.16 |
| HSL | 294.07º | 0.66% | 0.52% | - |
| HSV(B) | 294.07º | 0.76% | 0.84% | - |
| XYZ | 36.65 | 19.32 | 65.41 | - |
| YUV | 114.12 | 184.37 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 214 | 0.07 | 0.76 | 0 | 0.16 | 294.07 | 0.66 | 0.52 |
| Hex | C6 | 34 | D6 | 7 | 4C | 0 | 10 | 126 | 42 | 34 |
| Octal | 306 | 64 | 326 | 7 | 114 | 0 | 20 | 446 | 102 | 64 |
| Binary | 11000110 | 110100 | 11010110 | 111 | 1001100 | 0 | 10000 | 100100110 | 1000010 | 110100 |
Color Harmonies of #C634D6
Complementary color
Monochromatic Colors of #C634D6
Black with #C634D6
Text Example
Text Example
White with #C634D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C634D6; }
p { color: rgb(198,52,214); }
H1.HeaderClassName
{
color: #C634D6;
}
.AnyTagClassName
{
color: #C634D6;
}
</style>
background-color css
<style>
a { background-color: #C634D6; }
a { background-color: rgb(198,52,214); }
div.DivClassName
{
background-color: #C634D6;
}
.BgClassName
{
background-color: #C634D6;
}
</style>
border-color css
<style>
span { border-color: #C634D6; }
span { border-color: rgb(198,52,214); }
td.TdClassName
{
border-color: #C634D6;
}
.TagClassName
{
border-color: #C634D6;
}
</style>