Shades of Medium Orchid #C936FD
Tints of Medium Orchid #C936FD
RGB
CMYK
RGB Variations
Color information
#C936FD (or 0xC936FD) is known color: Medium Orchid. HEX triplet: C9, 36 and FD. RGB value is (201,54,253). Sum of RGB (Red+Green+Blue) = 201+54+253=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 54 (21.48% from 255 or 10.63% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #C936FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C936FD is #36C902. Grayscale: #777777. Windows color (decimal): -3590403 or 16594633. OLE color: 16594633.
HSL color Cylindrical-coordinate representation of color #C936FD: hue angle of 284.32º 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 #C936FD is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 54 | 253 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.01 |
| HSL | 284.32º | 0.98% | 0.6% | - |
| HSV(B) | 284.32º | 0.79% | 0.99% | - |
| XYZ | 43.14 | 22.15 | 94.93 | - |
| YUV | 120.64 | 202.7 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 253 | 0.21 | 0.79 | 0 | 0.01 | 284.32 | 0.98 | 0.6 |
| Hex | C9 | 36 | FD | 15 | 4F | 0 | 1 | 11C | 62 | 3C |
| Octal | 311 | 66 | 375 | 25 | 117 | 0 | 1 | 434 | 142 | 74 |
| Binary | 11001001 | 110110 | 11111101 | 10101 | 1001111 | 0 | 1 | 100011100 | 1100010 | 111100 |
Color Harmonies of #C936FD
Complementary color
Monochromatic Colors of #C936FD
Black with #C936FD
Text Example
Text Example
White with #C936FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936FD; }
p { color: rgb(201,54,253); }
H1.HeaderClassName
{
color: #C936FD;
}
.AnyTagClassName
{
color: #C936FD;
}
</style>
background-color css
<style>
a { background-color: #C936FD; }
a { background-color: rgb(201,54,253); }
div.DivClassName
{
background-color: #C936FD;
}
.BgClassName
{
background-color: #C936FD;
}
</style>
border-color css
<style>
span { border-color: #C936FD; }
span { border-color: rgb(201,54,253); }
td.TdClassName
{
border-color: #C936FD;
}
.TagClassName
{
border-color: #C936FD;
}
</style>