Shades of Medium Orchid #C25BDD
Tints of Medium Orchid #C25BDD
RGB
CMYK
RGB Variations
Color information
#C25BDD (or 0xC25BDD) is known color: Medium Orchid. HEX triplet: C2, 5B and DD. RGB value is (194,91,221). Sum of RGB (Red+Green+Blue) = 194+91+221=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #C25BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BDD is #3DA422. Grayscale: #888888. Windows color (decimal): -4039715 or 14506946. OLE color: 14506946.
HSL color Cylindrical-coordinate representation of color #C25BDD: hue angle of 287.54º 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 #C25BDD is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 91 | 221 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.13 |
| HSL | 287.54º | 0.66% | 0.61% | - |
| HSV(B) | 287.54º | 0.59% | 0.87% | - |
| XYZ | 39.04 | 24.17 | 71.01 | - |
| YUV | 136.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 221 | 0.12 | 0.59 | 0 | 0.13 | 287.54 | 0.66 | 0.61 |
| Hex | C2 | 5B | DD | C | 3B | 0 | D | 120 | 42 | 3D |
| Octal | 302 | 133 | 335 | 14 | 73 | 0 | 15 | 440 | 102 | 75 |
| Binary | 11000010 | 1011011 | 11011101 | 1100 | 111011 | 0 | 1101 | 100100000 | 1000010 | 111101 |
Color Harmonies of #C25BDD
Complementary color
Monochromatic Colors of #C25BDD
Black with #C25BDD
Text Example
Text Example
White with #C25BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BDD; }
p { color: rgb(194,91,221); }
H1.HeaderClassName
{
color: #C25BDD;
}
.AnyTagClassName
{
color: #C25BDD;
}
</style>
background-color css
<style>
a { background-color: #C25BDD; }
a { background-color: rgb(194,91,221); }
div.DivClassName
{
background-color: #C25BDD;
}
.BgClassName
{
background-color: #C25BDD;
}
</style>
border-color css
<style>
span { border-color: #C25BDD; }
span { border-color: rgb(194,91,221); }
td.TdClassName
{
border-color: #C25BDD;
}
.TagClassName
{
border-color: #C25BDD;
}
</style>