Shades of Medium Orchid #C94AD2
Tints of Medium Orchid #C94AD2
RGB
CMYK
RGB Variations
Color information
#C94AD2 (or 0xC94AD2) is known color: Medium Orchid. HEX triplet: C9, 4A and D2. RGB value is (201,74,210). Sum of RGB (Red+Green+Blue) = 201+74+210=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #C94AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94AD2 is #36B52D. Grayscale: #7F7F7F. Windows color (decimal): -3585326 or 13781705. OLE color: 13781705.
HSL color Cylindrical-coordinate representation of color #C94AD2: hue angle of 296.03º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94AD2 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 74 | 210 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.18 |
| HSL | 296.03º | 0.6% | 0.56% | - |
| HSV(B) | 296.03º | 0.65% | 0.82% | - |
| XYZ | 38.17 | 21.97 | 63.2 | - |
| YUV | 127.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 210 | 0.04 | 0.65 | 0 | 0.18 | 296.03 | 0.6 | 0.56 |
| Hex | C9 | 4A | D2 | 4 | 41 | 0 | 12 | 128 | 3C | 38 |
| Octal | 311 | 112 | 322 | 4 | 101 | 0 | 22 | 450 | 74 | 70 |
| Binary | 11001001 | 1001010 | 11010010 | 100 | 1000001 | 0 | 10010 | 100101000 | 111100 | 111000 |
Color Harmonies of #C94AD2
Complementary color
Monochromatic Colors of #C94AD2
Black with #C94AD2
Text Example
Text Example
White with #C94AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94AD2; }
p { color: rgb(201,74,210); }
H1.HeaderClassName
{
color: #C94AD2;
}
.AnyTagClassName
{
color: #C94AD2;
}
</style>
background-color css
<style>
a { background-color: #C94AD2; }
a { background-color: rgb(201,74,210); }
div.DivClassName
{
background-color: #C94AD2;
}
.BgClassName
{
background-color: #C94AD2;
}
</style>
border-color css
<style>
span { border-color: #C94AD2; }
span { border-color: rgb(201,74,210); }
td.TdClassName
{
border-color: #C94AD2;
}
.TagClassName
{
border-color: #C94AD2;
}
</style>