Shades of Medium Orchid #C25ADF
Tints of Medium Orchid #C25ADF
RGB
CMYK
RGB Variations
Color information
#C25ADF (or 0xC25ADF) is known color: Medium Orchid. HEX triplet: C2, 5A and DF. RGB value is (194,90,223). Sum of RGB (Red+Green+Blue) = 194+90+223=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #C25ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ADF is #3DA520. Grayscale: #878787. Windows color (decimal): -4039969 or 14637762. OLE color: 14637762.
HSL color Cylindrical-coordinate representation of color #C25ADF: hue angle of 286.92º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25ADF is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 90 | 223 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.13 |
| HSL | 286.92º | 0.68% | 0.61% | - |
| HSV(B) | 286.92º | 0.6% | 0.87% | - |
| XYZ | 39.22 | 24.11 | 72.4 | - |
| YUV | 136.26 | 176.96 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 223 | 0.13 | 0.60 | 0 | 0.13 | 286.92 | 0.68 | 0.61 |
| Hex | C2 | 5A | DF | D | 3C | 0 | D | 11F | 44 | 3D |
| Octal | 302 | 132 | 337 | 15 | 74 | 0 | 15 | 437 | 104 | 75 |
| Binary | 11000010 | 1011010 | 11011111 | 1101 | 111100 | 0 | 1101 | 100011111 | 1000100 | 111101 |
Color Harmonies of #C25ADF
Complementary color
Monochromatic Colors of #C25ADF
Black with #C25ADF
Text Example
Text Example
White with #C25ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25ADF; }
p { color: rgb(194,90,223); }
H1.HeaderClassName
{
color: #C25ADF;
}
.AnyTagClassName
{
color: #C25ADF;
}
</style>
background-color css
<style>
a { background-color: #C25ADF; }
a { background-color: rgb(194,90,223); }
div.DivClassName
{
background-color: #C25ADF;
}
.BgClassName
{
background-color: #C25ADF;
}
</style>
border-color css
<style>
span { border-color: #C25ADF; }
span { border-color: rgb(194,90,223); }
td.TdClassName
{
border-color: #C25ADF;
}
.TagClassName
{
border-color: #C25ADF;
}
</style>