Shades of Medium Orchid #C945E4
Tints of Medium Orchid #C945E4
RGB
CMYK
RGB Variations
Color information
#C945E4 (or 0xC945E4) is known color: Medium Orchid. HEX triplet: C9, 45 and E4. RGB value is (201,69,228). Sum of RGB (Red+Green+Blue) = 201+69+228=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 69 (27.34% from 255 or 13.86% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #C945E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C945E4 is #36BA1B. Grayscale: #7E7E7E. Windows color (decimal): -3586588 or 14960073. OLE color: 14960073.
HSL color Cylindrical-coordinate representation of color #C945E4: hue angle of 289.81º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C945E4 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 69 | 228 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.11 |
| HSL | 289.81º | 0.75% | 0.58% | - |
| HSV(B) | 289.81º | 0.7% | 0.89% | - |
| XYZ | 40.22 | 22.28 | 75.58 | - |
| YUV | 126.59 | 185.23 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 228 | 0.12 | 0.70 | 0 | 0.11 | 289.81 | 0.75 | 0.58 |
| Hex | C9 | 45 | E4 | C | 46 | 0 | B | 122 | 4B | 3A |
| Octal | 311 | 105 | 344 | 14 | 106 | 0 | 13 | 442 | 113 | 72 |
| Binary | 11001001 | 1000101 | 11100100 | 1100 | 1000110 | 0 | 1011 | 100100010 | 1001011 | 111010 |
Color Harmonies of #C945E4
Complementary color
Monochromatic Colors of #C945E4
Black with #C945E4
Text Example
Text Example
White with #C945E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945E4; }
p { color: rgb(201,69,228); }
H1.HeaderClassName
{
color: #C945E4;
}
.AnyTagClassName
{
color: #C945E4;
}
</style>
background-color css
<style>
a { background-color: #C945E4; }
a { background-color: rgb(201,69,228); }
div.DivClassName
{
background-color: #C945E4;
}
.BgClassName
{
background-color: #C945E4;
}
</style>
border-color css
<style>
span { border-color: #C945E4; }
span { border-color: rgb(201,69,228); }
td.TdClassName
{
border-color: #C945E4;
}
.TagClassName
{
border-color: #C945E4;
}
</style>