Shades of Medium Orchid #C25FD1
Tints of Medium Orchid #C25FD1
RGB
CMYK
RGB Variations
Color information
#C25FD1 (or 0xC25FD1) is known color: Medium Orchid. HEX triplet: C2, 5F and D1. RGB value is (194,95,209). Sum of RGB (Red+Green+Blue) = 194+95+209=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #C25FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FD1 is #3DA02E. Grayscale: #898989. Windows color (decimal): -4038703 or 13721538. OLE color: 13721538.
HSL color Cylindrical-coordinate representation of color #C25FD1: hue angle of 292.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25FD1 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 95 | 209 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.18 |
| HSL | 292.11º | 0.55% | 0.6% | - |
| HSV(B) | 292.11º | 0.55% | 0.82% | - |
| XYZ | 37.85 | 24.26 | 63.01 | - |
| YUV | 137.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 209 | 0.07 | 0.55 | 0 | 0.18 | 292.11 | 0.55 | 0.6 |
| Hex | C2 | 5F | D1 | 7 | 37 | 0 | 12 | 124 | 37 | 3C |
| Octal | 302 | 137 | 321 | 7 | 67 | 0 | 22 | 444 | 67 | 74 |
| Binary | 11000010 | 1011111 | 11010001 | 111 | 110111 | 0 | 10010 | 100100100 | 110111 | 111100 |
Color Harmonies of #C25FD1
Complementary color
Monochromatic Colors of #C25FD1
Black with #C25FD1
Text Example
Text Example
White with #C25FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FD1; }
p { color: rgb(194,95,209); }
H1.HeaderClassName
{
color: #C25FD1;
}
.AnyTagClassName
{
color: #C25FD1;
}
</style>
background-color css
<style>
a { background-color: #C25FD1; }
a { background-color: rgb(194,95,209); }
div.DivClassName
{
background-color: #C25FD1;
}
.BgClassName
{
background-color: #C25FD1;
}
</style>
border-color css
<style>
span { border-color: #C25FD1; }
span { border-color: rgb(194,95,209); }
td.TdClassName
{
border-color: #C25FD1;
}
.TagClassName
{
border-color: #C25FD1;
}
</style>