Shades of Medium Orchid #C25FDF
Tints of Medium Orchid #C25FDF
RGB
CMYK
RGB Variations
Color information
#C25FDF (or 0xC25FDF) is known color: Medium Orchid. HEX triplet: C2, 5F and DF. RGB value is (194,95,223). Sum of RGB (Red+Green+Blue) = 194+95+223=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #C25FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FDF is #3DA020. Grayscale: #8A8A8A. Windows color (decimal): -4038689 or 14639042. OLE color: 14639042.
HSL color Cylindrical-coordinate representation of color #C25FDF: hue angle of 286.41º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25FDF is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 95 | 223 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.13 |
| HSL | 286.41º | 0.67% | 0.62% | - |
| HSV(B) | 286.41º | 0.57% | 0.87% | - |
| XYZ | 39.66 | 24.98 | 72.54 | - |
| YUV | 139.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 223 | 0.13 | 0.57 | 0 | 0.13 | 286.41 | 0.67 | 0.62 |
| Hex | C2 | 5F | DF | D | 39 | 0 | D | 11E | 43 | 3E |
| Octal | 302 | 137 | 337 | 15 | 71 | 0 | 15 | 436 | 103 | 76 |
| Binary | 11000010 | 1011111 | 11011111 | 1101 | 111001 | 0 | 1101 | 100011110 | 1000011 | 111110 |
Color Harmonies of #C25FDF
Complementary color
Monochromatic Colors of #C25FDF
Black with #C25FDF
Text Example
Text Example
White with #C25FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FDF; }
p { color: rgb(194,95,223); }
H1.HeaderClassName
{
color: #C25FDF;
}
.AnyTagClassName
{
color: #C25FDF;
}
</style>
background-color css
<style>
a { background-color: #C25FDF; }
a { background-color: rgb(194,95,223); }
div.DivClassName
{
background-color: #C25FDF;
}
.BgClassName
{
background-color: #C25FDF;
}
</style>
border-color css
<style>
span { border-color: #C25FDF; }
span { border-color: rgb(194,95,223); }
td.TdClassName
{
border-color: #C25FDF;
}
.TagClassName
{
border-color: #C25FDF;
}
</style>