Shades of Medium Orchid #C838FB
Tints of Medium Orchid #C838FB
RGB
CMYK
RGB Variations
Color information
#C838FB (or 0xC838FB) is known color: Medium Orchid. HEX triplet: C8, 38 and FB. RGB value is (200,56,251). Sum of RGB (Red+Green+Blue) = 200+56+251=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #C838FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C838FB is #37C704. Grayscale: #787878. Windows color (decimal): -3655429 or 16464072. OLE color: 16464072.
HSL color Cylindrical-coordinate representation of color #C838FB: hue angle of 284.31º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C838FB is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 56 | 251 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.02 |
| HSL | 284.31º | 0.96% | 0.6% | - |
| HSV(B) | 284.31º | 0.78% | 0.98% | - |
| XYZ | 42.65 | 22.07 | 93.28 | - |
| YUV | 121.29 | 201.21 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 251 | 0.20 | 0.78 | 0 | 0.02 | 284.31 | 0.96 | 0.6 |
| Hex | C8 | 38 | FB | 14 | 4E | 0 | 2 | 11C | 60 | 3C |
| Octal | 310 | 70 | 373 | 24 | 116 | 0 | 2 | 434 | 140 | 74 |
| Binary | 11001000 | 111000 | 11111011 | 10100 | 1001110 | 0 | 10 | 100011100 | 1100000 | 111100 |
Color Harmonies of #C838FB
Complementary color
Monochromatic Colors of #C838FB
Black with #C838FB
Text Example
Text Example
White with #C838FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C838FB; }
p { color: rgb(200,56,251); }
H1.HeaderClassName
{
color: #C838FB;
}
.AnyTagClassName
{
color: #C838FB;
}
</style>
background-color css
<style>
a { background-color: #C838FB; }
a { background-color: rgb(200,56,251); }
div.DivClassName
{
background-color: #C838FB;
}
.BgClassName
{
background-color: #C838FB;
}
</style>
border-color css
<style>
span { border-color: #C838FB; }
span { border-color: rgb(200,56,251); }
td.TdClassName
{
border-color: #C838FB;
}
.TagClassName
{
border-color: #C838FB;
}
</style>