Shades of Medium Orchid #C25FD0
Tints of Medium Orchid #C25FD0
RGB
CMYK
RGB Variations
Color information
#C25FD0 (or 0xC25FD0) is known color: Medium Orchid. HEX triplet: C2, 5F and D0. RGB value is (194,95,208). Sum of RGB (Red+Green+Blue) = 194+95+208=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #C25FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FD0 is #3DA02F. Grayscale: #898989. Windows color (decimal): -4038704 or 13656002. OLE color: 13656002.
HSL color Cylindrical-coordinate representation of color #C25FD0: hue angle of 292.57º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25FD0 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 95 | 208 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.18 |
| HSL | 292.57º | 0.55% | 0.59% | - |
| HSV(B) | 292.57º | 0.54% | 0.82% | - |
| XYZ | 37.73 | 24.21 | 62.36 | - |
| YUV | 137.48 | 167.8 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 208 | 0.07 | 0.54 | 0 | 0.18 | 292.57 | 0.55 | 0.59 |
| Hex | C2 | 5F | D0 | 7 | 36 | 0 | 12 | 125 | 37 | 3B |
| Octal | 302 | 137 | 320 | 7 | 66 | 0 | 22 | 445 | 67 | 73 |
| Binary | 11000010 | 1011111 | 11010000 | 111 | 110110 | 0 | 10010 | 100100101 | 110111 | 111011 |
Color Harmonies of #C25FD0
Complementary color
Monochromatic Colors of #C25FD0
Black with #C25FD0
Text Example
Text Example
White with #C25FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FD0; }
p { color: rgb(194,95,208); }
H1.HeaderClassName
{
color: #C25FD0;
}
.AnyTagClassName
{
color: #C25FD0;
}
</style>
background-color css
<style>
a { background-color: #C25FD0; }
a { background-color: rgb(194,95,208); }
div.DivClassName
{
background-color: #C25FD0;
}
.BgClassName
{
background-color: #C25FD0;
}
</style>
border-color css
<style>
span { border-color: #C25FD0; }
span { border-color: rgb(194,95,208); }
td.TdClassName
{
border-color: #C25FD0;
}
.TagClassName
{
border-color: #C25FD0;
}
</style>