Shades of Medium Orchid #C94AD3
Tints of Medium Orchid #C94AD3
RGB
CMYK
RGB Variations
Color information
#C94AD3 (or 0xC94AD3) is known color: Medium Orchid. HEX triplet: C9, 4A and D3. RGB value is (201,74,211). Sum of RGB (Red+Green+Blue) = 201+74+211=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #C94AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94AD3 is #36B52C. Grayscale: #7F7F7F. Windows color (decimal): -3585325 or 13847241. OLE color: 13847241.
HSL color Cylindrical-coordinate representation of color #C94AD3: hue angle of 295.62º degrees, saturation: 0.61, 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 #C94AD3 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 74 | 211 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.17 |
| HSL | 295.62º | 0.61% | 0.56% | - |
| HSV(B) | 295.62º | 0.65% | 0.83% | - |
| XYZ | 38.29 | 22.02 | 63.86 | - |
| YUV | 127.59 | 175.08 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 211 | 0.05 | 0.65 | 0 | 0.17 | 295.62 | 0.61 | 0.56 |
| Hex | C9 | 4A | D3 | 5 | 41 | 0 | 11 | 128 | 3D | 38 |
| Octal | 311 | 112 | 323 | 5 | 101 | 0 | 21 | 450 | 75 | 70 |
| Binary | 11001001 | 1001010 | 11010011 | 101 | 1000001 | 0 | 10001 | 100101000 | 111101 | 111000 |
Color Harmonies of #C94AD3
Complementary color
Monochromatic Colors of #C94AD3
Black with #C94AD3
Text Example
Text Example
White with #C94AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94AD3; }
p { color: rgb(201,74,211); }
H1.HeaderClassName
{
color: #C94AD3;
}
.AnyTagClassName
{
color: #C94AD3;
}
</style>
background-color css
<style>
a { background-color: #C94AD3; }
a { background-color: rgb(201,74,211); }
div.DivClassName
{
background-color: #C94AD3;
}
.BgClassName
{
background-color: #C94AD3;
}
</style>
border-color css
<style>
span { border-color: #C94AD3; }
span { border-color: rgb(201,74,211); }
td.TdClassName
{
border-color: #C94AD3;
}
.TagClassName
{
border-color: #C94AD3;
}
</style>