Shades of Medium Orchid #C94ADC
Tints of Medium Orchid #C94ADC
RGB
CMYK
RGB Variations
Color information
#C94ADC (or 0xC94ADC) is known color: Medium Orchid. HEX triplet: C9, 4A and DC. RGB value is (201,74,220). Sum of RGB (Red+Green+Blue) = 201+74+220=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #C94ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94ADC is #36B523. Grayscale: #808080. Windows color (decimal): -3585316 or 14437065. OLE color: 14437065.
HSL color Cylindrical-coordinate representation of color #C94ADC: hue angle of 292.19º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94ADC is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 74 | 220 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.14 |
| HSL | 292.19º | 0.68% | 0.58% | - |
| HSV(B) | 292.19º | 0.66% | 0.86% | - |
| XYZ | 39.45 | 22.48 | 69.97 | - |
| YUV | 128.62 | 179.58 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 220 | 0.09 | 0.66 | 0 | 0.14 | 292.19 | 0.68 | 0.58 |
| Hex | C9 | 4A | DC | 9 | 42 | 0 | E | 124 | 44 | 3A |
| Octal | 311 | 112 | 334 | 11 | 102 | 0 | 16 | 444 | 104 | 72 |
| Binary | 11001001 | 1001010 | 11011100 | 1001 | 1000010 | 0 | 1110 | 100100100 | 1000100 | 111010 |
Color Harmonies of #C94ADC
Complementary color
Monochromatic Colors of #C94ADC
Black with #C94ADC
Text Example
Text Example
White with #C94ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94ADC; }
p { color: rgb(201,74,220); }
H1.HeaderClassName
{
color: #C94ADC;
}
.AnyTagClassName
{
color: #C94ADC;
}
</style>
background-color css
<style>
a { background-color: #C94ADC; }
a { background-color: rgb(201,74,220); }
div.DivClassName
{
background-color: #C94ADC;
}
.BgClassName
{
background-color: #C94ADC;
}
</style>
border-color css
<style>
span { border-color: #C94ADC; }
span { border-color: rgb(201,74,220); }
td.TdClassName
{
border-color: #C94ADC;
}
.TagClassName
{
border-color: #C94ADC;
}
</style>