Shades of Medium Orchid #C25ADE
Tints of Medium Orchid #C25ADE
RGB
CMYK
RGB Variations
Color information
#C25ADE (or 0xC25ADE) is known color: Medium Orchid. HEX triplet: C2, 5A and DE. RGB value is (194,90,222). Sum of RGB (Red+Green+Blue) = 194+90+222=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #C25ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ADE is #3DA521. Grayscale: #878787. Windows color (decimal): -4039970 or 14572226. OLE color: 14572226.
HSL color Cylindrical-coordinate representation of color #C25ADE: hue angle of 287.27º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25ADE is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 90 | 222 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.13 |
| HSL | 287.27º | 0.67% | 0.61% | - |
| HSV(B) | 287.27º | 0.59% | 0.87% | - |
| XYZ | 39.09 | 24.06 | 71.69 | - |
| YUV | 136.14 | 176.46 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 222 | 0.13 | 0.59 | 0 | 0.13 | 287.27 | 0.67 | 0.61 |
| Hex | C2 | 5A | DE | D | 3B | 0 | D | 11F | 43 | 3D |
| Octal | 302 | 132 | 336 | 15 | 73 | 0 | 15 | 437 | 103 | 75 |
| Binary | 11000010 | 1011010 | 11011110 | 1101 | 111011 | 0 | 1101 | 100011111 | 1000011 | 111101 |
Color Harmonies of #C25ADE
Complementary color
Monochromatic Colors of #C25ADE
Black with #C25ADE
Text Example
Text Example
White with #C25ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25ADE; }
p { color: rgb(194,90,222); }
H1.HeaderClassName
{
color: #C25ADE;
}
.AnyTagClassName
{
color: #C25ADE;
}
</style>
background-color css
<style>
a { background-color: #C25ADE; }
a { background-color: rgb(194,90,222); }
div.DivClassName
{
background-color: #C25ADE;
}
.BgClassName
{
background-color: #C25ADE;
}
</style>
border-color css
<style>
span { border-color: #C25ADE; }
span { border-color: rgb(194,90,222); }
td.TdClassName
{
border-color: #C25ADE;
}
.TagClassName
{
border-color: #C25ADE;
}
</style>