Shades of Medium Orchid #C25DCE
Tints of Medium Orchid #C25DCE
RGB
CMYK
RGB Variations
Color information
#C25DCE (or 0xC25DCE) is known color: Medium Orchid. HEX triplet: C2, 5D and CE. RGB value is (194,93,206). Sum of RGB (Red+Green+Blue) = 194+93+206=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #C25DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DCE is #3DA231. Grayscale: #878787. Windows color (decimal): -4039218 or 13524418. OLE color: 13524418.
HSL color Cylindrical-coordinate representation of color #C25DCE: hue angle of 293.63º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25DCE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 93 | 206 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.19 |
| HSL | 293.63º | 0.54% | 0.59% | - |
| HSV(B) | 293.63º | 0.55% | 0.81% | - |
| XYZ | 37.3 | 23.75 | 61.01 | - |
| YUV | 136.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 206 | 0.06 | 0.55 | 0 | 0.19 | 293.63 | 0.54 | 0.59 |
| Hex | C2 | 5D | CE | 6 | 37 | 0 | 13 | 126 | 36 | 3B |
| Octal | 302 | 135 | 316 | 6 | 67 | 0 | 23 | 446 | 66 | 73 |
| Binary | 11000010 | 1011101 | 11001110 | 110 | 110111 | 0 | 10011 | 100100110 | 110110 | 111011 |
Color Harmonies of #C25DCE
Complementary color
Monochromatic Colors of #C25DCE
Black with #C25DCE
Text Example
Text Example
White with #C25DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DCE; }
p { color: rgb(194,93,206); }
H1.HeaderClassName
{
color: #C25DCE;
}
.AnyTagClassName
{
color: #C25DCE;
}
</style>
background-color css
<style>
a { background-color: #C25DCE; }
a { background-color: rgb(194,93,206); }
div.DivClassName
{
background-color: #C25DCE;
}
.BgClassName
{
background-color: #C25DCE;
}
</style>
border-color css
<style>
span { border-color: #C25DCE; }
span { border-color: rgb(194,93,206); }
td.TdClassName
{
border-color: #C25DCE;
}
.TagClassName
{
border-color: #C25DCE;
}
</style>