Shades of Medium Orchid #C943F1
Tints of Medium Orchid #C943F1
RGB
CMYK
RGB Variations
Color information
#C943F1 (or 0xC943F1) is known color: Medium Orchid. HEX triplet: C9, 43 and F1. RGB value is (201,67,241). Sum of RGB (Red+Green+Blue) = 201+67+241=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 67 (26.56% from 255 or 13.16% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #C943F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C943F1 is #36BC0E. Grayscale: #7E7E7E. Windows color (decimal): -3587087 or 15811529. OLE color: 15811529.
HSL color Cylindrical-coordinate representation of color #C943F1: hue angle of 286.21º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C943F1 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 67 | 241 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.05 |
| HSL | 286.21º | 0.86% | 0.6% | - |
| HSV(B) | 286.21º | 0.72% | 0.95% | - |
| XYZ | 41.97 | 22.78 | 85.4 | - |
| YUV | 126.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 241 | 0.17 | 0.72 | 0 | 0.05 | 286.21 | 0.86 | 0.6 |
| Hex | C9 | 43 | F1 | 11 | 48 | 0 | 5 | 11E | 56 | 3C |
| Octal | 311 | 103 | 361 | 21 | 110 | 0 | 5 | 436 | 126 | 74 |
| Binary | 11001001 | 1000011 | 11110001 | 10001 | 1001000 | 0 | 101 | 100011110 | 1010110 | 111100 |
Color Harmonies of #C943F1
Complementary color
Monochromatic Colors of #C943F1
Black with #C943F1
Text Example
Text Example
White with #C943F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C943F1; }
p { color: rgb(201,67,241); }
H1.HeaderClassName
{
color: #C943F1;
}
.AnyTagClassName
{
color: #C943F1;
}
</style>
background-color css
<style>
a { background-color: #C943F1; }
a { background-color: rgb(201,67,241); }
div.DivClassName
{
background-color: #C943F1;
}
.BgClassName
{
background-color: #C943F1;
}
</style>
border-color css
<style>
span { border-color: #C943F1; }
span { border-color: rgb(201,67,241); }
td.TdClassName
{
border-color: #C943F1;
}
.TagClassName
{
border-color: #C943F1;
}
</style>