Shades of Medium Orchid #C945EF
Tints of Medium Orchid #C945EF
RGB
CMYK
RGB Variations
Color information
#C945EF (or 0xC945EF) is known color: Medium Orchid. HEX triplet: C9, 45 and EF. RGB value is (201,69,239). Sum of RGB (Red+Green+Blue) = 201+69+239=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #C945EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C945EF is #36BA10. Grayscale: #7F7F7F. Windows color (decimal): -3586577 or 15680969. OLE color: 15680969.
HSL color Cylindrical-coordinate representation of color #C945EF: hue angle of 286.59º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C945EF is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 69 | 239 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.06 |
| HSL | 286.59º | 0.84% | 0.6% | - |
| HSV(B) | 286.59º | 0.71% | 0.94% | - |
| XYZ | 41.8 | 22.91 | 83.88 | - |
| YUV | 127.85 | 190.73 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 239 | 0.16 | 0.71 | 0 | 0.06 | 286.59 | 0.84 | 0.6 |
| Hex | C9 | 45 | EF | 10 | 47 | 0 | 6 | 11F | 54 | 3C |
| Octal | 311 | 105 | 357 | 20 | 107 | 0 | 6 | 437 | 124 | 74 |
| Binary | 11001001 | 1000101 | 11101111 | 10000 | 1000111 | 0 | 110 | 100011111 | 1010100 | 111100 |
Color Harmonies of #C945EF
Complementary color
Monochromatic Colors of #C945EF
Black with #C945EF
Text Example
Text Example
White with #C945EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945EF; }
p { color: rgb(201,69,239); }
H1.HeaderClassName
{
color: #C945EF;
}
.AnyTagClassName
{
color: #C945EF;
}
</style>
background-color css
<style>
a { background-color: #C945EF; }
a { background-color: rgb(201,69,239); }
div.DivClassName
{
background-color: #C945EF;
}
.BgClassName
{
background-color: #C945EF;
}
</style>
border-color css
<style>
span { border-color: #C945EF; }
span { border-color: rgb(201,69,239); }
td.TdClassName
{
border-color: #C945EF;
}
.TagClassName
{
border-color: #C945EF;
}
</style>