Shades of Medium Orchid #C838FE
Tints of Medium Orchid #C838FE
RGB
CMYK
RGB Variations
Color information
#C838FE (or 0xC838FE) is known color: Medium Orchid. HEX triplet: C8, 38 and FE. RGB value is (200,56,254). Sum of RGB (Red+Green+Blue) = 200+56+254=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 56 (22.27% from 255 or 10.98% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #C838FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C838FE is #37C701. Grayscale: #787878. Windows color (decimal): -3655426 or 16660680. OLE color: 16660680.
HSL color Cylindrical-coordinate representation of color #C838FE: hue angle of 283.64º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C838FE is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 56 | 254 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.00 |
| HSL | 283.64º | 0.99% | 0.61% | - |
| HSV(B) | 283.64º | 0.78% | 1% | - |
| XYZ | 43.12 | 22.26 | 95.79 | - |
| YUV | 121.63 | 202.71 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 254 | 0.21 | 0.78 | 0 | 0.00 | 283.64 | 0.99 | 0.61 |
| Hex | C8 | 38 | FE | 15 | 4E | 0 | 0 | 11C | 63 | 3D |
| Octal | 310 | 70 | 376 | 25 | 116 | 0 | 0 | 434 | 143 | 75 |
| Binary | 11001000 | 111000 | 11111110 | 10101 | 1001110 | 0 | 0 | 100011100 | 1100011 | 111101 |
Color Harmonies of #C838FE
Complementary color
Monochromatic Colors of #C838FE
Black with #C838FE
Text Example
Text Example
White with #C838FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C838FE; }
p { color: rgb(200,56,254); }
H1.HeaderClassName
{
color: #C838FE;
}
.AnyTagClassName
{
color: #C838FE;
}
</style>
background-color css
<style>
a { background-color: #C838FE; }
a { background-color: rgb(200,56,254); }
div.DivClassName
{
background-color: #C838FE;
}
.BgClassName
{
background-color: #C838FE;
}
</style>
border-color css
<style>
span { border-color: #C838FE; }
span { border-color: rgb(200,56,254); }
td.TdClassName
{
border-color: #C838FE;
}
.TagClassName
{
border-color: #C838FE;
}
</style>