Shades of Medium Orchid #C638FF
Tints of Medium Orchid #C638FF
RGB
CMYK
RGB Variations
Color information
#C638FF (or 0xC638FF) is known color: Medium Orchid. HEX triplet: C6, 38 and FF. RGB value is (198,56,255). Sum of RGB (Red+Green+Blue) = 198+56+255=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 56 (22.27% from 255 or 11.00% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #C638FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C638FF is #39C700. Grayscale: #787878. Windows color (decimal): -3786497 or 16726214. OLE color: 16726214.
HSL color Cylindrical-coordinate representation of color #C638FF: hue angle of 282.81º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C638FF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 56 | 255 | - |
| CMYK | 0.22 | 0.78 | 0 | 0 |
| HSL | 282.81º | 1% | 0.61% | - |
| HSV(B) | 282.81º | 0.78% | 1% | - |
| XYZ | 42.75 | 22.05 | 96.61 | - |
| YUV | 121.14 | 203.54 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 255 | 0.22 | 0.78 | 0 | 0 | 282.81 | 1 | 0.61 |
| Hex | C6 | 38 | FF | 16 | 4E | 0 | 0 | 11B | 64 | 3D |
| Octal | 306 | 70 | 377 | 26 | 116 | 0 | 0 | 433 | 144 | 75 |
| Binary | 11000110 | 111000 | 11111111 | 10110 | 1001110 | 0 | 0 | 100011011 | 1100100 | 111101 |
Color Harmonies of #C638FF
Complementary color
Monochromatic Colors of #C638FF
Black with #C638FF
Text Example
Text Example
White with #C638FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C638FF; }
p { color: rgb(198,56,255); }
H1.HeaderClassName
{
color: #C638FF;
}
.AnyTagClassName
{
color: #C638FF;
}
</style>
background-color css
<style>
a { background-color: #C638FF; }
a { background-color: rgb(198,56,255); }
div.DivClassName
{
background-color: #C638FF;
}
.BgClassName
{
background-color: #C638FF;
}
</style>
border-color css
<style>
span { border-color: #C638FF; }
span { border-color: rgb(198,56,255); }
td.TdClassName
{
border-color: #C638FF;
}
.TagClassName
{
border-color: #C638FF;
}
</style>