Shades of Medium Orchid #C838FF
Tints of Medium Orchid #C838FF
RGB
CMYK
RGB Variations
Color information
#C838FF (or 0xC838FF) is known color: Medium Orchid. HEX triplet: C8, 38 and FF. RGB value is (200,56,255). Sum of RGB (Red+Green+Blue) = 200+56+255=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 56 (22.27% from 255 or 10.96% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #C838FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C838FF is #37C700. Grayscale: #797979. Windows color (decimal): -3655425 or 16726216. OLE color: 16726216.
HSL color Cylindrical-coordinate representation of color #C838FF: hue angle of 283.42º 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 #C838FF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 56 | 255 | - |
| CMYK | 0.22 | 0.78 | 0 | 0 |
| HSL | 283.42º | 1% | 0.61% | - |
| HSV(B) | 283.42º | 0.78% | 1% | - |
| XYZ | 43.28 | 22.33 | 96.64 | - |
| YUV | 121.74 | 203.21 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 255 | 0.22 | 0.78 | 0 | 0 | 283.42 | 1 | 0.61 |
| Hex | C8 | 38 | FF | 16 | 4E | 0 | 0 | 11B | 64 | 3D |
| Octal | 310 | 70 | 377 | 26 | 116 | 0 | 0 | 433 | 144 | 75 |
| Binary | 11001000 | 111000 | 11111111 | 10110 | 1001110 | 0 | 0 | 100011011 | 1100100 | 111101 |
Color Harmonies of #C838FF
Complementary color
Monochromatic Colors of #C838FF
Black with #C838FF
Text Example
Text Example
White with #C838FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C838FF; }
p { color: rgb(200,56,255); }
H1.HeaderClassName
{
color: #C838FF;
}
.AnyTagClassName
{
color: #C838FF;
}
</style>
background-color css
<style>
a { background-color: #C838FF; }
a { background-color: rgb(200,56,255); }
div.DivClassName
{
background-color: #C838FF;
}
.BgClassName
{
background-color: #C838FF;
}
</style>
border-color css
<style>
span { border-color: #C838FF; }
span { border-color: rgb(200,56,255); }
td.TdClassName
{
border-color: #C838FF;
}
.TagClassName
{
border-color: #C838FF;
}
</style>