Shades of Medium Orchid #C25FCC
Tints of Medium Orchid #C25FCC
RGB
CMYK
RGB Variations
Color information
#C25FCC (or 0xC25FCC) is known color: Medium Orchid. HEX triplet: C2, 5F and CC. RGB value is (194,95,204). Sum of RGB (Red+Green+Blue) = 194+95+204=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #C25FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FCC is #3DA033. Grayscale: #888888. Windows color (decimal): -4038708 or 13393858. OLE color: 13393858.
HSL color Cylindrical-coordinate representation of color #C25FCC: hue angle of 294.5º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25FCC is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 95 | 204 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.2 |
| HSL | 294.5º | 0.52% | 0.59% | - |
| HSV(B) | 294.5º | 0.53% | 0.8% | - |
| XYZ | 37.24 | 24.01 | 59.8 | - |
| YUV | 137.03 | 165.8 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 204 | 0.05 | 0.53 | 0 | 0.2 | 294.5 | 0.52 | 0.59 |
| Hex | C2 | 5F | CC | 5 | 35 | 0 | 14 | 126 | 34 | 3B |
| Octal | 302 | 137 | 314 | 5 | 65 | 0 | 24 | 446 | 64 | 73 |
| Binary | 11000010 | 1011111 | 11001100 | 101 | 110101 | 0 | 10100 | 100100110 | 110100 | 111011 |
Color Harmonies of #C25FCC
Complementary color
Monochromatic Colors of #C25FCC
Black with #C25FCC
Text Example
Text Example
White with #C25FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FCC; }
p { color: rgb(194,95,204); }
H1.HeaderClassName
{
color: #C25FCC;
}
.AnyTagClassName
{
color: #C25FCC;
}
</style>
background-color css
<style>
a { background-color: #C25FCC; }
a { background-color: rgb(194,95,204); }
div.DivClassName
{
background-color: #C25FCC;
}
.BgClassName
{
background-color: #C25FCC;
}
</style>
border-color css
<style>
span { border-color: #C25FCC; }
span { border-color: rgb(194,95,204); }
td.TdClassName
{
border-color: #C25FCC;
}
.TagClassName
{
border-color: #C25FCC;
}
</style>