Shades of Medium Orchid #C836FB
Tints of Medium Orchid #C836FB
RGB
CMYK
RGB Variations
Color information
#C836FB (or 0xC836FB) is known color: Medium Orchid. HEX triplet: C8, 36 and FB. RGB value is (200,54,251). Sum of RGB (Red+Green+Blue) = 200+54+251=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 54 (21.48% from 255 or 10.69% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #C836FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C836FB is #37C904. Grayscale: #777777. Windows color (decimal): -3655941 or 16463560. OLE color: 16463560.
HSL color Cylindrical-coordinate representation of color #C836FB: hue angle of 284.47º 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 #C836FB is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 54 | 251 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.02 |
| HSL | 284.47º | 0.96% | 0.6% | - |
| HSV(B) | 284.47º | 0.78% | 0.98% | - |
| XYZ | 42.55 | 21.88 | 93.25 | - |
| YUV | 120.11 | 201.87 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 251 | 0.20 | 0.78 | 0 | 0.02 | 284.47 | 0.96 | 0.6 |
| Hex | C8 | 36 | FB | 14 | 4E | 0 | 2 | 11C | 60 | 3C |
| Octal | 310 | 66 | 373 | 24 | 116 | 0 | 2 | 434 | 140 | 74 |
| Binary | 11001000 | 110110 | 11111011 | 10100 | 1001110 | 0 | 10 | 100011100 | 1100000 | 111100 |
Color Harmonies of #C836FB
Complementary color
Monochromatic Colors of #C836FB
Black with #C836FB
Text Example
Text Example
White with #C836FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836FB; }
p { color: rgb(200,54,251); }
H1.HeaderClassName
{
color: #C836FB;
}
.AnyTagClassName
{
color: #C836FB;
}
</style>
background-color css
<style>
a { background-color: #C836FB; }
a { background-color: rgb(200,54,251); }
div.DivClassName
{
background-color: #C836FB;
}
.BgClassName
{
background-color: #C836FB;
}
</style>
border-color css
<style>
span { border-color: #C836FB; }
span { border-color: rgb(200,54,251); }
td.TdClassName
{
border-color: #C836FB;
}
.TagClassName
{
border-color: #C836FB;
}
</style>