Shades of Medium Orchid #C25DCD
Tints of Medium Orchid #C25DCD
RGB
CMYK
RGB Variations
Color information
#C25DCD (or 0xC25DCD) is known color: Medium Orchid. HEX triplet: C2, 5D and CD. RGB value is (194,93,205). Sum of RGB (Red+Green+Blue) = 194+93+205=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #C25DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DCD is #3DA232. Grayscale: #878787. Windows color (decimal): -4039219 or 13458882. OLE color: 13458882.
HSL color Cylindrical-coordinate representation of color #C25DCD: hue angle of 294.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25DCD is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 93 | 205 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.20 |
| HSL | 294.11º | 0.53% | 0.58% | - |
| HSV(B) | 294.11º | 0.55% | 0.8% | - |
| XYZ | 37.18 | 23.71 | 60.37 | - |
| YUV | 135.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 205 | 0.05 | 0.55 | 0 | 0.20 | 294.11 | 0.53 | 0.58 |
| Hex | C2 | 5D | CD | 5 | 37 | 0 | 14 | 126 | 35 | 3A |
| Octal | 302 | 135 | 315 | 5 | 67 | 0 | 24 | 446 | 65 | 72 |
| Binary | 11000010 | 1011101 | 11001101 | 101 | 110111 | 0 | 10100 | 100100110 | 110101 | 111010 |
Color Harmonies of #C25DCD
Complementary color
Monochromatic Colors of #C25DCD
Black with #C25DCD
Text Example
Text Example
White with #C25DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DCD; }
p { color: rgb(194,93,205); }
H1.HeaderClassName
{
color: #C25DCD;
}
.AnyTagClassName
{
color: #C25DCD;
}
</style>
background-color css
<style>
a { background-color: #C25DCD; }
a { background-color: rgb(194,93,205); }
div.DivClassName
{
background-color: #C25DCD;
}
.BgClassName
{
background-color: #C25DCD;
}
</style>
border-color css
<style>
span { border-color: #C25DCD; }
span { border-color: rgb(194,93,205); }
td.TdClassName
{
border-color: #C25DCD;
}
.TagClassName
{
border-color: #C25DCD;
}
</style>