Shades of Medium Orchid #C25ADD
Tints of Medium Orchid #C25ADD
RGB
CMYK
RGB Variations
Color information
#C25ADD (or 0xC25ADD) is known color: Medium Orchid. HEX triplet: C2, 5A and DD. RGB value is (194,90,221). Sum of RGB (Red+Green+Blue) = 194+90+221=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #C25ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ADD is #3DA522. Grayscale: #878787. Windows color (decimal): -4039971 or 14506690. OLE color: 14506690.
HSL color Cylindrical-coordinate representation of color #C25ADD: hue angle of 287.63º degrees, saturation: 0.66, 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 #C25ADD is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 90 | 221 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.13 |
| HSL | 287.63º | 0.66% | 0.61% | - |
| HSV(B) | 287.63º | 0.59% | 0.87% | - |
| XYZ | 38.96 | 24 | 70.99 | - |
| YUV | 136.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 221 | 0.12 | 0.59 | 0 | 0.13 | 287.63 | 0.66 | 0.61 |
| Hex | C2 | 5A | DD | C | 3B | 0 | D | 120 | 42 | 3D |
| Octal | 302 | 132 | 335 | 14 | 73 | 0 | 15 | 440 | 102 | 75 |
| Binary | 11000010 | 1011010 | 11011101 | 1100 | 111011 | 0 | 1101 | 100100000 | 1000010 | 111101 |
Color Harmonies of #C25ADD
Complementary color
Monochromatic Colors of #C25ADD
Black with #C25ADD
Text Example
Text Example
White with #C25ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25ADD; }
p { color: rgb(194,90,221); }
H1.HeaderClassName
{
color: #C25ADD;
}
.AnyTagClassName
{
color: #C25ADD;
}
</style>
background-color css
<style>
a { background-color: #C25ADD; }
a { background-color: rgb(194,90,221); }
div.DivClassName
{
background-color: #C25ADD;
}
.BgClassName
{
background-color: #C25ADD;
}
</style>
border-color css
<style>
span { border-color: #C25ADD; }
span { border-color: rgb(194,90,221); }
td.TdClassName
{
border-color: #C25ADD;
}
.TagClassName
{
border-color: #C25ADD;
}
</style>