Shades of Medium Orchid #C94BE6
Tints of Medium Orchid #C94BE6
RGB
CMYK
RGB Variations
Color information
#C94BE6 (or 0xC94BE6) is known color: Medium Orchid. HEX triplet: C9, 4B and E6. RGB value is (201,75,230). Sum of RGB (Red+Green+Blue) = 201+75+230=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #C94BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BE6 is #36B419. Grayscale: #818181. Windows color (decimal): -3585050 or 15092681. OLE color: 15092681.
HSL color Cylindrical-coordinate representation of color #C94BE6: hue angle of 288.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94BE6 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 75 | 230 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.10 |
| HSL | 288.77º | 0.76% | 0.6% | - |
| HSV(B) | 288.77º | 0.67% | 0.9% | - |
| XYZ | 40.89 | 23.16 | 77.18 | - |
| YUV | 130.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 230 | 0.13 | 0.67 | 0 | 0.10 | 288.77 | 0.76 | 0.6 |
| Hex | C9 | 4B | E6 | D | 43 | 0 | A | 121 | 4C | 3C |
| Octal | 311 | 113 | 346 | 15 | 103 | 0 | 12 | 441 | 114 | 74 |
| Binary | 11001001 | 1001011 | 11100110 | 1101 | 1000011 | 0 | 1010 | 100100001 | 1001100 | 111100 |
Color Harmonies of #C94BE6
Complementary color
Monochromatic Colors of #C94BE6
Black with #C94BE6
Text Example
Text Example
White with #C94BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BE6; }
p { color: rgb(201,75,230); }
H1.HeaderClassName
{
color: #C94BE6;
}
.AnyTagClassName
{
color: #C94BE6;
}
</style>
background-color css
<style>
a { background-color: #C94BE6; }
a { background-color: rgb(201,75,230); }
div.DivClassName
{
background-color: #C94BE6;
}
.BgClassName
{
background-color: #C94BE6;
}
</style>
border-color css
<style>
span { border-color: #C94BE6; }
span { border-color: rgb(201,75,230); }
td.TdClassName
{
border-color: #C94BE6;
}
.TagClassName
{
border-color: #C94BE6;
}
</style>