Shades of Medium Orchid #C94BDE
Tints of Medium Orchid #C94BDE
RGB
CMYK
RGB Variations
Color information
#C94BDE (or 0xC94BDE) is known color: Medium Orchid. HEX triplet: C9, 4B and DE. RGB value is (201,75,222). Sum of RGB (Red+Green+Blue) = 201+75+222=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #C94BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BDE is #36B421. Grayscale: #808080. Windows color (decimal): -3585058 or 14568393. OLE color: 14568393.
HSL color Cylindrical-coordinate representation of color #C94BDE: hue angle of 291.43º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94BDE is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 75 | 222 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.13 |
| HSL | 291.43º | 0.69% | 0.58% | - |
| HSV(B) | 291.43º | 0.66% | 0.87% | - |
| XYZ | 39.79 | 22.72 | 71.4 | - |
| YUV | 129.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 222 | 0.09 | 0.66 | 0 | 0.13 | 291.43 | 0.69 | 0.58 |
| Hex | C9 | 4B | DE | 9 | 42 | 0 | D | 123 | 45 | 3A |
| Octal | 311 | 113 | 336 | 11 | 102 | 0 | 15 | 443 | 105 | 72 |
| Binary | 11001001 | 1001011 | 11011110 | 1001 | 1000010 | 0 | 1101 | 100100011 | 1000101 | 111010 |
Color Harmonies of #C94BDE
Complementary color
Monochromatic Colors of #C94BDE
Black with #C94BDE
Text Example
Text Example
White with #C94BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BDE; }
p { color: rgb(201,75,222); }
H1.HeaderClassName
{
color: #C94BDE;
}
.AnyTagClassName
{
color: #C94BDE;
}
</style>
background-color css
<style>
a { background-color: #C94BDE; }
a { background-color: rgb(201,75,222); }
div.DivClassName
{
background-color: #C94BDE;
}
.BgClassName
{
background-color: #C94BDE;
}
</style>
border-color css
<style>
span { border-color: #C94BDE; }
span { border-color: rgb(201,75,222); }
td.TdClassName
{
border-color: #C94BDE;
}
.TagClassName
{
border-color: #C94BDE;
}
</style>