Shades of Medium Orchid #C942E4
Tints of Medium Orchid #C942E4
RGB
CMYK
RGB Variations
Color information
#C942E4 (or 0xC942E4) is known color: Medium Orchid. HEX triplet: C9, 42 and E4. RGB value is (201,66,228). Sum of RGB (Red+Green+Blue) = 201+66+228=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #C942E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942E4 is #36BD1B. Grayscale: #7C7C7C. Windows color (decimal): -3587356 or 14959305. OLE color: 14959305.
HSL color Cylindrical-coordinate representation of color #C942E4: hue angle of 290º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C942E4 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 66 | 228 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.11 |
| HSL | 290º | 0.75% | 0.58% | - |
| HSV(B) | 290º | 0.71% | 0.89% | - |
| XYZ | 40.04 | 21.92 | 75.52 | - |
| YUV | 124.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 228 | 0.12 | 0.71 | 0 | 0.11 | 290 | 0.75 | 0.58 |
| Hex | C9 | 42 | E4 | C | 47 | 0 | B | 122 | 4B | 3A |
| Octal | 311 | 102 | 344 | 14 | 107 | 0 | 13 | 442 | 113 | 72 |
| Binary | 11001001 | 1000010 | 11100100 | 1100 | 1000111 | 0 | 1011 | 100100010 | 1001011 | 111010 |
Color Harmonies of #C942E4
Complementary color
Monochromatic Colors of #C942E4
Black with #C942E4
Text Example
Text Example
White with #C942E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C942E4; }
p { color: rgb(201,66,228); }
H1.HeaderClassName
{
color: #C942E4;
}
.AnyTagClassName
{
color: #C942E4;
}
</style>
background-color css
<style>
a { background-color: #C942E4; }
a { background-color: rgb(201,66,228); }
div.DivClassName
{
background-color: #C942E4;
}
.BgClassName
{
background-color: #C942E4;
}
</style>
border-color css
<style>
span { border-color: #C942E4; }
span { border-color: rgb(201,66,228); }
td.TdClassName
{
border-color: #C942E4;
}
.TagClassName
{
border-color: #C942E4;
}
</style>