Shades of Medium Orchid #C94AD4
Tints of Medium Orchid #C94AD4
RGB
CMYK
RGB Variations
Color information
#C94AD4 (or 0xC94AD4) is known color: Medium Orchid. HEX triplet: C9, 4A and D4. RGB value is (201,74,212). Sum of RGB (Red+Green+Blue) = 201+74+212=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 212 - color contains mainly: blue. Hex color #C94AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94AD4 is #36B52B. Grayscale: #7F7F7F. Windows color (decimal): -3585324 or 13912777. OLE color: 13912777.
HSL color Cylindrical-coordinate representation of color #C94AD4: hue angle of 295.22º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94AD4 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 74 | 212 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.17 |
| HSL | 295.22º | 0.62% | 0.56% | - |
| HSV(B) | 295.22º | 0.65% | 0.83% | - |
| XYZ | 38.42 | 22.07 | 64.52 | - |
| YUV | 127.71 | 175.58 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 212 | 0.05 | 0.65 | 0 | 0.17 | 295.22 | 0.62 | 0.56 |
| Hex | C9 | 4A | D4 | 5 | 41 | 0 | 11 | 127 | 3E | 38 |
| Octal | 311 | 112 | 324 | 5 | 101 | 0 | 21 | 447 | 76 | 70 |
| Binary | 11001001 | 1001010 | 11010100 | 101 | 1000001 | 0 | 10001 | 100100111 | 111110 | 111000 |
Color Harmonies of #C94AD4
Complementary color
Monochromatic Colors of #C94AD4
Black with #C94AD4
Text Example
Text Example
White with #C94AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94AD4; }
p { color: rgb(201,74,212); }
H1.HeaderClassName
{
color: #C94AD4;
}
.AnyTagClassName
{
color: #C94AD4;
}
</style>
background-color css
<style>
a { background-color: #C94AD4; }
a { background-color: rgb(201,74,212); }
div.DivClassName
{
background-color: #C94AD4;
}
.BgClassName
{
background-color: #C94AD4;
}
</style>
border-color css
<style>
span { border-color: #C94AD4; }
span { border-color: rgb(201,74,212); }
td.TdClassName
{
border-color: #C94AD4;
}
.TagClassName
{
border-color: #C94AD4;
}
</style>