Shades of Medium Orchid #C92BDD
Tints of Medium Orchid #C92BDD
RGB
CMYK
RGB Variations
Color information
#C92BDD (or 0xC92BDD) is known color: Medium Orchid. HEX triplet: C9, 2B and DD. RGB value is (201,43,221). Sum of RGB (Red+Green+Blue) = 201+43+221=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #C92BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92BDD is #36D422. Grayscale: #6D6D6D. Windows color (decimal): -3593251 or 14494665. OLE color: 14494665.
HSL color Cylindrical-coordinate representation of color #C92BDD: hue angle of 293.26º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92BDD is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 43 | 221 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.13 |
| HSL | 293.26º | 0.72% | 0.52% | - |
| HSV(B) | 293.26º | 0.81% | 0.87% | - |
| XYZ | 38 | 19.37 | 70.14 | - |
| YUV | 110.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 221 | 0.09 | 0.81 | 0 | 0.13 | 293.26 | 0.72 | 0.52 |
| Hex | C9 | 2B | DD | 9 | 51 | 0 | D | 125 | 48 | 34 |
| Octal | 311 | 53 | 335 | 11 | 121 | 0 | 15 | 445 | 110 | 64 |
| Binary | 11001001 | 101011 | 11011101 | 1001 | 1010001 | 0 | 1101 | 100100101 | 1001000 | 110100 |
Color Harmonies of #C92BDD
Complementary color
Monochromatic Colors of #C92BDD
Black with #C92BDD
Text Example
Text Example
White with #C92BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BDD; }
p { color: rgb(201,43,221); }
H1.HeaderClassName
{
color: #C92BDD;
}
.AnyTagClassName
{
color: #C92BDD;
}
</style>
background-color css
<style>
a { background-color: #C92BDD; }
a { background-color: rgb(201,43,221); }
div.DivClassName
{
background-color: #C92BDD;
}
.BgClassName
{
background-color: #C92BDD;
}
</style>
border-color css
<style>
span { border-color: #C92BDD; }
span { border-color: rgb(201,43,221); }
td.TdClassName
{
border-color: #C92BDD;
}
.TagClassName
{
border-color: #C92BDD;
}
</style>