Shades of Medium Orchid #C936FC
Tints of Medium Orchid #C936FC
RGB
CMYK
RGB Variations
Color information
#C936FC (or 0xC936FC) is known color: Medium Orchid. HEX triplet: C9, 36 and FC. RGB value is (201,54,252). Sum of RGB (Red+Green+Blue) = 201+54+252=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 54 (21.48% from 255 or 10.65% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #C936FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C936FC is #36C903. Grayscale: #777777. Windows color (decimal): -3590404 or 16529097. OLE color: 16529097.
HSL color Cylindrical-coordinate representation of color #C936FC: hue angle of 284.55º degrees, saturation: 0.97, 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 #C936FC is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 54 | 252 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.01 |
| HSL | 284.55º | 0.97% | 0.6% | - |
| HSV(B) | 284.55º | 0.79% | 0.99% | - |
| XYZ | 42.98 | 22.08 | 94.09 | - |
| YUV | 120.53 | 202.2 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 252 | 0.20 | 0.79 | 0 | 0.01 | 284.55 | 0.97 | 0.6 |
| Hex | C9 | 36 | FC | 14 | 4F | 0 | 1 | 11D | 61 | 3C |
| Octal | 311 | 66 | 374 | 24 | 117 | 0 | 1 | 435 | 141 | 74 |
| Binary | 11001001 | 110110 | 11111100 | 10100 | 1001111 | 0 | 1 | 100011101 | 1100001 | 111100 |
Color Harmonies of #C936FC
Complementary color
Monochromatic Colors of #C936FC
Black with #C936FC
Text Example
Text Example
White with #C936FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936FC; }
p { color: rgb(201,54,252); }
H1.HeaderClassName
{
color: #C936FC;
}
.AnyTagClassName
{
color: #C936FC;
}
</style>
background-color css
<style>
a { background-color: #C936FC; }
a { background-color: rgb(201,54,252); }
div.DivClassName
{
background-color: #C936FC;
}
.BgClassName
{
background-color: #C936FC;
}
</style>
border-color css
<style>
span { border-color: #C936FC; }
span { border-color: rgb(201,54,252); }
td.TdClassName
{
border-color: #C936FC;
}
.TagClassName
{
border-color: #C936FC;
}
</style>