Shades of Medium Orchid #C25BCD
Tints of Medium Orchid #C25BCD
RGB
CMYK
RGB Variations
Color information
#C25BCD (or 0xC25BCD) is known color: Medium Orchid. HEX triplet: C2, 5B and CD. RGB value is (194,91,205). Sum of RGB (Red+Green+Blue) = 194+91+205=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #C25BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BCD is #3DA432. Grayscale: #868686. Windows color (decimal): -4039731 or 13458370. OLE color: 13458370.
HSL color Cylindrical-coordinate representation of color #C25BCD: hue angle of 294.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25BCD is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 91 | 205 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.20 |
| HSL | 294.21º | 0.53% | 0.58% | - |
| HSV(B) | 294.21º | 0.56% | 0.8% | - |
| XYZ | 37.01 | 23.36 | 60.32 | - |
| YUV | 134.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 205 | 0.05 | 0.56 | 0 | 0.20 | 294.21 | 0.53 | 0.58 |
| Hex | C2 | 5B | CD | 5 | 38 | 0 | 14 | 126 | 35 | 3A |
| Octal | 302 | 133 | 315 | 5 | 70 | 0 | 24 | 446 | 65 | 72 |
| Binary | 11000010 | 1011011 | 11001101 | 101 | 111000 | 0 | 10100 | 100100110 | 110101 | 111010 |
Color Harmonies of #C25BCD
Complementary color
Monochromatic Colors of #C25BCD
Black with #C25BCD
Text Example
Text Example
White with #C25BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BCD; }
p { color: rgb(194,91,205); }
H1.HeaderClassName
{
color: #C25BCD;
}
.AnyTagClassName
{
color: #C25BCD;
}
</style>
background-color css
<style>
a { background-color: #C25BCD; }
a { background-color: rgb(194,91,205); }
div.DivClassName
{
background-color: #C25BCD;
}
.BgClassName
{
background-color: #C25BCD;
}
</style>
border-color css
<style>
span { border-color: #C25BCD; }
span { border-color: rgb(194,91,205); }
td.TdClassName
{
border-color: #C25BCD;
}
.TagClassName
{
border-color: #C25BCD;
}
</style>