Shades of Medium Orchid #C836FA
Tints of Medium Orchid #C836FA
RGB
CMYK
RGB Variations
Color information
#C836FA (or 0xC836FA) is known color: Medium Orchid. HEX triplet: C8, 36 and FA. RGB value is (200,54,250). Sum of RGB (Red+Green+Blue) = 200+54+250=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 54 (21.48% from 255 or 10.71% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #C836FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C836FA is #37C905. Grayscale: #777777. Windows color (decimal): -3655942 or 16398024. OLE color: 16398024.
HSL color Cylindrical-coordinate representation of color #C836FA: hue angle of 284.69º degrees, saturation: 0.95, 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 #C836FA is Cyan = 0.2, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 54 | 250 | - |
| CMYK | 0.2 | 0.78 | 0 | 0.02 |
| HSL | 284.69º | 0.95% | 0.6% | - |
| HSV(B) | 284.69º | 0.78% | 0.98% | - |
| XYZ | 42.39 | 21.82 | 92.42 | - |
| YUV | 120 | 201.37 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 250 | 0.2 | 0.78 | 0 | 0.02 | 284.69 | 0.95 | 0.6 |
| Hex | C8 | 36 | FA | 14 | 4E | 0 | 2 | 11D | 5F | 3C |
| Octal | 310 | 66 | 372 | 24 | 116 | 0 | 2 | 435 | 137 | 74 |
| Binary | 11001000 | 110110 | 11111010 | 10100 | 1001110 | 0 | 10 | 100011101 | 1011111 | 111100 |
Color Harmonies of #C836FA
Complementary color
Monochromatic Colors of #C836FA
Black with #C836FA
Text Example
Text Example
White with #C836FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836FA; }
p { color: rgb(200,54,250); }
H1.HeaderClassName
{
color: #C836FA;
}
.AnyTagClassName
{
color: #C836FA;
}
</style>
background-color css
<style>
a { background-color: #C836FA; }
a { background-color: rgb(200,54,250); }
div.DivClassName
{
background-color: #C836FA;
}
.BgClassName
{
background-color: #C836FA;
}
</style>
border-color css
<style>
span { border-color: #C836FA; }
span { border-color: rgb(200,54,250); }
td.TdClassName
{
border-color: #C836FA;
}
.TagClassName
{
border-color: #C836FA;
}
</style>