Shades of Medium Orchid #C25AD7
Tints of Medium Orchid #C25AD7
RGB
CMYK
RGB Variations
Color information
#C25AD7 (or 0xC25AD7) is known color: Medium Orchid. HEX triplet: C2, 5A and D7. RGB value is (194,90,215). Sum of RGB (Red+Green+Blue) = 194+90+215=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #C25AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AD7 is #3DA528. Grayscale: #868686. Windows color (decimal): -4039977 or 14113474. OLE color: 14113474.
HSL color Cylindrical-coordinate representation of color #C25AD7: hue angle of 289.92º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25AD7 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 90 | 215 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.16 |
| HSL | 289.92º | 0.61% | 0.6% | - |
| HSV(B) | 289.92º | 0.58% | 0.84% | - |
| XYZ | 38.17 | 23.69 | 66.85 | - |
| YUV | 135.35 | 172.96 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 215 | 0.10 | 0.58 | 0 | 0.16 | 289.92 | 0.61 | 0.6 |
| Hex | C2 | 5A | D7 | A | 3A | 0 | 10 | 122 | 3D | 3C |
| Octal | 302 | 132 | 327 | 12 | 72 | 0 | 20 | 442 | 75 | 74 |
| Binary | 11000010 | 1011010 | 11010111 | 1010 | 111010 | 0 | 10000 | 100100010 | 111101 | 111100 |
Color Harmonies of #C25AD7
Complementary color
Monochromatic Colors of #C25AD7
Black with #C25AD7
Text Example
Text Example
White with #C25AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AD7; }
p { color: rgb(194,90,215); }
H1.HeaderClassName
{
color: #C25AD7;
}
.AnyTagClassName
{
color: #C25AD7;
}
</style>
background-color css
<style>
a { background-color: #C25AD7; }
a { background-color: rgb(194,90,215); }
div.DivClassName
{
background-color: #C25AD7;
}
.BgClassName
{
background-color: #C25AD7;
}
</style>
border-color css
<style>
span { border-color: #C25AD7; }
span { border-color: rgb(194,90,215); }
td.TdClassName
{
border-color: #C25AD7;
}
.TagClassName
{
border-color: #C25AD7;
}
</style>