Shades of Medium Orchid #C25CD6
Tints of Medium Orchid #C25CD6
RGB
CMYK
RGB Variations
Color information
#C25CD6 (or 0xC25CD6) is known color: Medium Orchid. HEX triplet: C2, 5C and D6. RGB value is (194,92,214). Sum of RGB (Red+Green+Blue) = 194+92+214=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #C25CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CD6 is #3DA329. Grayscale: #888888. Windows color (decimal): -4039466 or 14048450. OLE color: 14048450.
HSL color Cylindrical-coordinate representation of color #C25CD6: hue angle of 290.16º degrees, saturation: 0.6, 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 #C25CD6 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 92 | 214 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.16 |
| HSL | 290.16º | 0.6% | 0.6% | - |
| HSV(B) | 290.16º | 0.57% | 0.84% | - |
| XYZ | 38.21 | 23.98 | 66.23 | - |
| YUV | 136.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 214 | 0.09 | 0.57 | 0 | 0.16 | 290.16 | 0.6 | 0.6 |
| Hex | C2 | 5C | D6 | 9 | 39 | 0 | 10 | 122 | 3C | 3C |
| Octal | 302 | 134 | 326 | 11 | 71 | 0 | 20 | 442 | 74 | 74 |
| Binary | 11000010 | 1011100 | 11010110 | 1001 | 111001 | 0 | 10000 | 100100010 | 111100 | 111100 |
Color Harmonies of #C25CD6
Complementary color
Monochromatic Colors of #C25CD6
Black with #C25CD6
Text Example
Text Example
White with #C25CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CD6; }
p { color: rgb(194,92,214); }
H1.HeaderClassName
{
color: #C25CD6;
}
.AnyTagClassName
{
color: #C25CD6;
}
</style>
background-color css
<style>
a { background-color: #C25CD6; }
a { background-color: rgb(194,92,214); }
div.DivClassName
{
background-color: #C25CD6;
}
.BgClassName
{
background-color: #C25CD6;
}
</style>
border-color css
<style>
span { border-color: #C25CD6; }
span { border-color: rgb(194,92,214); }
td.TdClassName
{
border-color: #C25CD6;
}
.TagClassName
{
border-color: #C25CD6;
}
</style>