Shades of Medium Orchid #C936FB
Tints of Medium Orchid #C936FB
RGB
CMYK
RGB Variations
Color information
#C936FB (or 0xC936FB) is known color: Medium Orchid. HEX triplet: C9, 36 and FB. RGB value is (201,54,251). Sum of RGB (Red+Green+Blue) = 201+54+251=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 54 (21.48% from 255 or 10.67% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #C936FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C936FB is #36C904. Grayscale: #777777. Windows color (decimal): -3590405 or 16463561. OLE color: 16463561.
HSL color Cylindrical-coordinate representation of color #C936FB: hue angle of 284.77º 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 #C936FB is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 54 | 251 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.02 |
| HSL | 284.77º | 0.96% | 0.6% | - |
| HSV(B) | 284.77º | 0.78% | 0.98% | - |
| XYZ | 42.82 | 22.02 | 93.26 | - |
| YUV | 120.41 | 201.7 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 251 | 0.20 | 0.78 | 0 | 0.02 | 284.77 | 0.96 | 0.6 |
| Hex | C9 | 36 | FB | 14 | 4E | 0 | 2 | 11D | 60 | 3C |
| Octal | 311 | 66 | 373 | 24 | 116 | 0 | 2 | 435 | 140 | 74 |
| Binary | 11001001 | 110110 | 11111011 | 10100 | 1001110 | 0 | 10 | 100011101 | 1100000 | 111100 |
Color Harmonies of #C936FB
Complementary color
Monochromatic Colors of #C936FB
Black with #C936FB
Text Example
Text Example
White with #C936FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936FB; }
p { color: rgb(201,54,251); }
H1.HeaderClassName
{
color: #C936FB;
}
.AnyTagClassName
{
color: #C936FB;
}
</style>
background-color css
<style>
a { background-color: #C936FB; }
a { background-color: rgb(201,54,251); }
div.DivClassName
{
background-color: #C936FB;
}
.BgClassName
{
background-color: #C936FB;
}
</style>
border-color css
<style>
span { border-color: #C936FB; }
span { border-color: rgb(201,54,251); }
td.TdClassName
{
border-color: #C936FB;
}
.TagClassName
{
border-color: #C936FB;
}
</style>