Shades of Medium Orchid #C836FD
Tints of Medium Orchid #C836FD
RGB
CMYK
RGB Variations
Color information
#C836FD (or 0xC836FD) is known color: Medium Orchid. HEX triplet: C8, 36 and FD. RGB value is (200,54,253). Sum of RGB (Red+Green+Blue) = 200+54+253=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 54 (21.48% from 255 or 10.65% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #C836FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C836FD is #37C902. Grayscale: #777777. Windows color (decimal): -3655939 or 16594632. OLE color: 16594632.
HSL color Cylindrical-coordinate representation of color #C836FD: hue angle of 284.02º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C836FD is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 54 | 253 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.01 |
| HSL | 284.02º | 0.98% | 0.6% | - |
| HSV(B) | 284.02º | 0.79% | 0.99% | - |
| XYZ | 42.87 | 22.01 | 94.92 | - |
| YUV | 120.34 | 202.87 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 253 | 0.21 | 0.79 | 0 | 0.01 | 284.02 | 0.98 | 0.6 |
| Hex | C8 | 36 | FD | 15 | 4F | 0 | 1 | 11C | 62 | 3C |
| Octal | 310 | 66 | 375 | 25 | 117 | 0 | 1 | 434 | 142 | 74 |
| Binary | 11001000 | 110110 | 11111101 | 10101 | 1001111 | 0 | 1 | 100011100 | 1100010 | 111100 |
Color Harmonies of #C836FD
Complementary color
Monochromatic Colors of #C836FD
Black with #C836FD
Text Example
Text Example
White with #C836FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836FD; }
p { color: rgb(200,54,253); }
H1.HeaderClassName
{
color: #C836FD;
}
.AnyTagClassName
{
color: #C836FD;
}
</style>
background-color css
<style>
a { background-color: #C836FD; }
a { background-color: rgb(200,54,253); }
div.DivClassName
{
background-color: #C836FD;
}
.BgClassName
{
background-color: #C836FD;
}
</style>
border-color css
<style>
span { border-color: #C836FD; }
span { border-color: rgb(200,54,253); }
td.TdClassName
{
border-color: #C836FD;
}
.TagClassName
{
border-color: #C836FD;
}
</style>