Shades of Medium Orchid #C634ED
Tints of Medium Orchid #C634ED
RGB
CMYK
RGB Variations
Color information
#C634ED (or 0xC634ED) is known color: Medium Orchid. HEX triplet: C6, 34 and ED. RGB value is (198,52,237). Sum of RGB (Red+Green+Blue) = 198+52+237=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 52 (20.70% from 255 or 10.68% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #C634ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C634ED is #39CB12. Grayscale: #747474. Windows color (decimal): -3787539 or 15545542. OLE color: 15545542.
HSL color Cylindrical-coordinate representation of color #C634ED: hue angle of 287.35º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C634ED is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 52 | 237 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.07 |
| HSL | 287.35º | 0.84% | 0.57% | - |
| HSV(B) | 287.35º | 0.78% | 0.93% | - |
| XYZ | 39.8 | 20.58 | 81.99 | - |
| YUV | 116.74 | 195.87 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 237 | 0.16 | 0.78 | 0 | 0.07 | 287.35 | 0.84 | 0.57 |
| Hex | C6 | 34 | ED | 10 | 4E | 0 | 7 | 11F | 54 | 39 |
| Octal | 306 | 64 | 355 | 20 | 116 | 0 | 7 | 437 | 124 | 71 |
| Binary | 11000110 | 110100 | 11101101 | 10000 | 1001110 | 0 | 111 | 100011111 | 1010100 | 111001 |
Color Harmonies of #C634ED
Complementary color
Monochromatic Colors of #C634ED
Black with #C634ED
Text Example
Text Example
White with #C634ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C634ED; }
p { color: rgb(198,52,237); }
H1.HeaderClassName
{
color: #C634ED;
}
.AnyTagClassName
{
color: #C634ED;
}
</style>
background-color css
<style>
a { background-color: #C634ED; }
a { background-color: rgb(198,52,237); }
div.DivClassName
{
background-color: #C634ED;
}
.BgClassName
{
background-color: #C634ED;
}
</style>
border-color css
<style>
span { border-color: #C634ED; }
span { border-color: rgb(198,52,237); }
td.TdClassName
{
border-color: #C634ED;
}
.TagClassName
{
border-color: #C634ED;
}
</style>