Shades of Medium Orchid #C25CD5
Tints of Medium Orchid #C25CD5
RGB
CMYK
RGB Variations
Color information
#C25CD5 (or 0xC25CD5) is known color: Medium Orchid. HEX triplet: C2, 5C and D5. RGB value is (194,92,213). Sum of RGB (Red+Green+Blue) = 194+92+213=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #C25CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CD5 is #3DA32A. Grayscale: #878787. Windows color (decimal): -4039467 or 13982914. OLE color: 13982914.
HSL color Cylindrical-coordinate representation of color #C25CD5: hue angle of 290.58º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25CD5 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 92 | 213 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.16 |
| HSL | 290.58º | 0.59% | 0.6% | - |
| HSV(B) | 290.58º | 0.57% | 0.84% | - |
| XYZ | 38.09 | 23.93 | 65.56 | - |
| YUV | 136.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 213 | 0.09 | 0.57 | 0 | 0.16 | 290.58 | 0.59 | 0.6 |
| Hex | C2 | 5C | D5 | 9 | 39 | 0 | 10 | 123 | 3B | 3C |
| Octal | 302 | 134 | 325 | 11 | 71 | 0 | 20 | 443 | 73 | 74 |
| Binary | 11000010 | 1011100 | 11010101 | 1001 | 111001 | 0 | 10000 | 100100011 | 111011 | 111100 |
Color Harmonies of #C25CD5
Complementary color
Monochromatic Colors of #C25CD5
Black with #C25CD5
Text Example
Text Example
White with #C25CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CD5; }
p { color: rgb(194,92,213); }
H1.HeaderClassName
{
color: #C25CD5;
}
.AnyTagClassName
{
color: #C25CD5;
}
</style>
background-color css
<style>
a { background-color: #C25CD5; }
a { background-color: rgb(194,92,213); }
div.DivClassName
{
background-color: #C25CD5;
}
.BgClassName
{
background-color: #C25CD5;
}
</style>
border-color css
<style>
span { border-color: #C25CD5; }
span { border-color: rgb(194,92,213); }
td.TdClassName
{
border-color: #C25CD5;
}
.TagClassName
{
border-color: #C25CD5;
}
</style>