Shades of Medium Orchid #C25CDE
Tints of Medium Orchid #C25CDE
RGB
CMYK
RGB Variations
Color information
#C25CDE (or 0xC25CDE) is known color: Medium Orchid. HEX triplet: C2, 5C and DE. RGB value is (194,92,222). Sum of RGB (Red+Green+Blue) = 194+92+222=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #C25CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CDE is #3DA321. Grayscale: #888888. Windows color (decimal): -4039458 or 14572738. OLE color: 14572738.
HSL color Cylindrical-coordinate representation of color #C25CDE: hue angle of 287.08º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25CDE is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 92 | 222 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.13 |
| HSL | 287.08º | 0.66% | 0.62% | - |
| HSV(B) | 287.08º | 0.59% | 0.87% | - |
| XYZ | 39.26 | 24.4 | 71.75 | - |
| YUV | 137.32 | 175.79 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 222 | 0.13 | 0.59 | 0 | 0.13 | 287.08 | 0.66 | 0.62 |
| Hex | C2 | 5C | DE | D | 3B | 0 | D | 11F | 42 | 3E |
| Octal | 302 | 134 | 336 | 15 | 73 | 0 | 15 | 437 | 102 | 76 |
| Binary | 11000010 | 1011100 | 11011110 | 1101 | 111011 | 0 | 1101 | 100011111 | 1000010 | 111110 |
Color Harmonies of #C25CDE
Complementary color
Monochromatic Colors of #C25CDE
Black with #C25CDE
Text Example
Text Example
White with #C25CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CDE; }
p { color: rgb(194,92,222); }
H1.HeaderClassName
{
color: #C25CDE;
}
.AnyTagClassName
{
color: #C25CDE;
}
</style>
background-color css
<style>
a { background-color: #C25CDE; }
a { background-color: rgb(194,92,222); }
div.DivClassName
{
background-color: #C25CDE;
}
.BgClassName
{
background-color: #C25CDE;
}
</style>
border-color css
<style>
span { border-color: #C25CDE; }
span { border-color: rgb(194,92,222); }
td.TdClassName
{
border-color: #C25CDE;
}
.TagClassName
{
border-color: #C25CDE;
}
</style>