Shades of Medium Orchid #C55DF0
Tints of Medium Orchid #C55DF0
RGB
CMYK
RGB Variations
Color information
#C55DF0 (or 0xC55DF0) is known color: Medium Orchid. HEX triplet: C5, 5D and F0. RGB value is (197,93,240). Sum of RGB (Red+Green+Blue) = 197+93+240=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #C55DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55DF0 is #3AA20F. Grayscale: #8C8C8C. Windows color (decimal): -3842576 or 15752645. OLE color: 15752645.
HSL color Cylindrical-coordinate representation of color #C55DF0: hue angle of 282.45º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55DF0 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 93 | 240 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.06 |
| HSL | 282.45º | 0.83% | 0.65% | - |
| HSV(B) | 282.45º | 0.61% | 0.94% | - |
| XYZ | 42.67 | 25.99 | 85.21 | - |
| YUV | 140.85 | 183.96 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 240 | 0.18 | 0.61 | 0 | 0.06 | 282.45 | 0.83 | 0.65 |
| Hex | C5 | 5D | F0 | 12 | 3D | 0 | 6 | 11A | 53 | 41 |
| Octal | 305 | 135 | 360 | 22 | 75 | 0 | 6 | 432 | 123 | 101 |
| Binary | 11000101 | 1011101 | 11110000 | 10010 | 111101 | 0 | 110 | 100011010 | 1010011 | 1000001 |
Color Harmonies of #C55DF0
Complementary color
Monochromatic Colors of #C55DF0
Black with #C55DF0
Text Example
Text Example
White with #C55DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DF0; }
p { color: rgb(197,93,240); }
H1.HeaderClassName
{
color: #C55DF0;
}
.AnyTagClassName
{
color: #C55DF0;
}
</style>
background-color css
<style>
a { background-color: #C55DF0; }
a { background-color: rgb(197,93,240); }
div.DivClassName
{
background-color: #C55DF0;
}
.BgClassName
{
background-color: #C55DF0;
}
</style>
border-color css
<style>
span { border-color: #C55DF0; }
span { border-color: rgb(197,93,240); }
td.TdClassName
{
border-color: #C55DF0;
}
.TagClassName
{
border-color: #C55DF0;
}
</style>