Shades of Medium Orchid #C25FCD
Tints of Medium Orchid #C25FCD
RGB
CMYK
RGB Variations
Color information
#C25FCD (or 0xC25FCD) is known color: Medium Orchid. HEX triplet: C2, 5F and CD. RGB value is (194,95,205). Sum of RGB (Red+Green+Blue) = 194+95+205=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #C25FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FCD is #3DA032. Grayscale: #888888. Windows color (decimal): -4038707 or 13459394. OLE color: 13459394.
HSL color Cylindrical-coordinate representation of color #C25FCD: hue angle of 294º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25FCD is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 95 | 205 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.20 |
| HSL | 294º | 0.52% | 0.59% | - |
| HSV(B) | 294º | 0.54% | 0.8% | - |
| XYZ | 37.36 | 24.06 | 60.43 | - |
| YUV | 137.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 205 | 0.05 | 0.54 | 0 | 0.20 | 294 | 0.52 | 0.59 |
| Hex | C2 | 5F | CD | 5 | 36 | 0 | 14 | 126 | 34 | 3B |
| Octal | 302 | 137 | 315 | 5 | 66 | 0 | 24 | 446 | 64 | 73 |
| Binary | 11000010 | 1011111 | 11001101 | 101 | 110110 | 0 | 10100 | 100100110 | 110100 | 111011 |
Color Harmonies of #C25FCD
Complementary color
Monochromatic Colors of #C25FCD
Black with #C25FCD
Text Example
Text Example
White with #C25FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FCD; }
p { color: rgb(194,95,205); }
H1.HeaderClassName
{
color: #C25FCD;
}
.AnyTagClassName
{
color: #C25FCD;
}
</style>
background-color css
<style>
a { background-color: #C25FCD; }
a { background-color: rgb(194,95,205); }
div.DivClassName
{
background-color: #C25FCD;
}
.BgClassName
{
background-color: #C25FCD;
}
</style>
border-color css
<style>
span { border-color: #C25FCD; }
span { border-color: rgb(194,95,205); }
td.TdClassName
{
border-color: #C25FCD;
}
.TagClassName
{
border-color: #C25FCD;
}
</style>