Shades of Medium Orchid #C25CCD
Tints of Medium Orchid #C25CCD
RGB
CMYK
RGB Variations
Color information
#C25CCD (or 0xC25CCD) is known color: Medium Orchid. HEX triplet: C2, 5C and CD. RGB value is (194,92,205). Sum of RGB (Red+Green+Blue) = 194+92+205=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #C25CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CCD is #3DA332. Grayscale: #878787. Windows color (decimal): -4039475 or 13458626. OLE color: 13458626.
HSL color Cylindrical-coordinate representation of color #C25CCD: hue angle of 294.16º 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 #C25CCD is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 92 | 205 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.20 |
| HSL | 294.16º | 0.53% | 0.58% | - |
| HSV(B) | 294.16º | 0.55% | 0.8% | - |
| XYZ | 37.09 | 23.53 | 60.34 | - |
| YUV | 135.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 205 | 0.05 | 0.55 | 0 | 0.20 | 294.16 | 0.53 | 0.58 |
| Hex | C2 | 5C | CD | 5 | 37 | 0 | 14 | 126 | 35 | 3A |
| Octal | 302 | 134 | 315 | 5 | 67 | 0 | 24 | 446 | 65 | 72 |
| Binary | 11000010 | 1011100 | 11001101 | 101 | 110111 | 0 | 10100 | 100100110 | 110101 | 111010 |
Color Harmonies of #C25CCD
Complementary color
Monochromatic Colors of #C25CCD
Black with #C25CCD
Text Example
Text Example
White with #C25CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CCD; }
p { color: rgb(194,92,205); }
H1.HeaderClassName
{
color: #C25CCD;
}
.AnyTagClassName
{
color: #C25CCD;
}
</style>
background-color css
<style>
a { background-color: #C25CCD; }
a { background-color: rgb(194,92,205); }
div.DivClassName
{
background-color: #C25CCD;
}
.BgClassName
{
background-color: #C25CCD;
}
</style>
border-color css
<style>
span { border-color: #C25CCD; }
span { border-color: rgb(194,92,205); }
td.TdClassName
{
border-color: #C25CCD;
}
.TagClassName
{
border-color: #C25CCD;
}
</style>