Shades of Medium Orchid #C92FDD
Tints of Medium Orchid #C92FDD
RGB
CMYK
RGB Variations
Color information
#C92FDD (or 0xC92FDD) is known color: Medium Orchid. HEX triplet: C9, 2F and DD. RGB value is (201,47,221). Sum of RGB (Red+Green+Blue) = 201+47+221=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #C92FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92FDD is #36D022. Grayscale: #707070. Windows color (decimal): -3592227 or 14495689. OLE color: 14495689.
HSL color Cylindrical-coordinate representation of color #C92FDD: hue angle of 293.1º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92FDD is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 47 | 221 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.13 |
| HSL | 293.1º | 0.72% | 0.53% | - |
| HSV(B) | 293.1º | 0.79% | 0.87% | - |
| XYZ | 38.16 | 19.67 | 70.19 | - |
| YUV | 112.88 | 189.02 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 221 | 0.09 | 0.79 | 0 | 0.13 | 293.1 | 0.72 | 0.53 |
| Hex | C9 | 2F | DD | 9 | 4F | 0 | D | 125 | 48 | 35 |
| Octal | 311 | 57 | 335 | 11 | 117 | 0 | 15 | 445 | 110 | 65 |
| Binary | 11001001 | 101111 | 11011101 | 1001 | 1001111 | 0 | 1101 | 100100101 | 1001000 | 110101 |
Color Harmonies of #C92FDD
Complementary color
Monochromatic Colors of #C92FDD
Black with #C92FDD
Text Example
Text Example
White with #C92FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92FDD; }
p { color: rgb(201,47,221); }
H1.HeaderClassName
{
color: #C92FDD;
}
.AnyTagClassName
{
color: #C92FDD;
}
</style>
background-color css
<style>
a { background-color: #C92FDD; }
a { background-color: rgb(201,47,221); }
div.DivClassName
{
background-color: #C92FDD;
}
.BgClassName
{
background-color: #C92FDD;
}
</style>
border-color css
<style>
span { border-color: #C92FDD; }
span { border-color: rgb(201,47,221); }
td.TdClassName
{
border-color: #C92FDD;
}
.TagClassName
{
border-color: #C92FDD;
}
</style>