Shades of Medium Orchid #C25AD8
Tints of Medium Orchid #C25AD8
RGB
CMYK
RGB Variations
Color information
#C25AD8 (or 0xC25AD8) is known color: Medium Orchid. HEX triplet: C2, 5A and D8. RGB value is (194,90,216). Sum of RGB (Red+Green+Blue) = 194+90+216=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #C25AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AD8 is #3DA527. Grayscale: #878787. Windows color (decimal): -4039976 or 14179010. OLE color: 14179010.
HSL color Cylindrical-coordinate representation of color #C25AD8: hue angle of 289.52º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25AD8 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 90 | 216 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.15 |
| HSL | 289.52º | 0.62% | 0.6% | - |
| HSV(B) | 289.52º | 0.58% | 0.85% | - |
| XYZ | 38.3 | 23.74 | 67.53 | - |
| YUV | 135.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 216 | 0.10 | 0.58 | 0 | 0.15 | 289.52 | 0.62 | 0.6 |
| Hex | C2 | 5A | D8 | A | 3A | 0 | F | 122 | 3E | 3C |
| Octal | 302 | 132 | 330 | 12 | 72 | 0 | 17 | 442 | 76 | 74 |
| Binary | 11000010 | 1011010 | 11011000 | 1010 | 111010 | 0 | 1111 | 100100010 | 111110 | 111100 |
Color Harmonies of #C25AD8
Complementary color
Monochromatic Colors of #C25AD8
Black with #C25AD8
Text Example
Text Example
White with #C25AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AD8; }
p { color: rgb(194,90,216); }
H1.HeaderClassName
{
color: #C25AD8;
}
.AnyTagClassName
{
color: #C25AD8;
}
</style>
background-color css
<style>
a { background-color: #C25AD8; }
a { background-color: rgb(194,90,216); }
div.DivClassName
{
background-color: #C25AD8;
}
.BgClassName
{
background-color: #C25AD8;
}
</style>
border-color css
<style>
span { border-color: #C25AD8; }
span { border-color: rgb(194,90,216); }
td.TdClassName
{
border-color: #C25AD8;
}
.TagClassName
{
border-color: #C25AD8;
}
</style>