Shades of Medium Orchid #C937F0
Tints of Medium Orchid #C937F0
RGB
CMYK
RGB Variations
Color information
#C937F0 (or 0xC937F0) is known color: Medium Orchid. HEX triplet: C9, 37 and F0. RGB value is (201,55,240). Sum of RGB (Red+Green+Blue) = 201+55+240=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #C937F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C937F0 is #36C80F. Grayscale: #777777. Windows color (decimal): -3590160 or 15742921. OLE color: 15742921.
HSL color Cylindrical-coordinate representation of color #C937F0: hue angle of 287.35º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C937F0 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 201 | 55 | 240 | - |
CMYK | 0.16 | 0.77 | 0 | 0.06 |
HSL | 287.35º | 0.86% | 0.58% | - |
HSV(B) | 287.35º | 0.77% | 0.94% | - |
XYZ | 41.18 | 21.44 | 84.41 | - |
YUV | 119.74 | 195.87 | 185.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 55 | 240 | 0.16 | 0.77 | 0 | 0.06 | 287.35 | 0.86 | 0.58 |
Hex | C9 | 37 | F0 | 10 | 4D | 0 | 6 | 11F | 56 | 3A |
Octal | 311 | 67 | 360 | 20 | 115 | 0 | 6 | 437 | 126 | 72 |
Binary | 11001001 | 110111 | 11110000 | 10000 | 1001101 | 0 | 110 | 100011111 | 1010110 | 111010 |
Color Harmonies of #C937F0
Complementary color
Monochromatic Colors of #C937F0
Black with #C937F0
Text Example
Text Example
White with #C937F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C937F0; }
p { color: rgb(201,55,240); }
H1.HeaderClassName
{
color: #C937F0;
}
.AnyTagClassName
{
color: #C937F0;
}
</style>
background-color css
<style>
a { background-color: #C937F0; }
a { background-color: rgb(201,55,240); }
div.DivClassName
{
background-color: #C937F0;
}
.BgClassName
{
background-color: #C937F0;
}
</style>
border-color css
<style>
span { border-color: #C937F0; }
span { border-color: rgb(201,55,240); }
td.TdClassName
{
border-color: #C937F0;
}
.TagClassName
{
border-color: #C937F0;
}
</style>