Shades of Medium Orchid #C943EE
Tints of Medium Orchid #C943EE
RGB
CMYK
RGB Variations
Color information
#C943EE (or 0xC943EE) is known color: Medium Orchid. HEX triplet: C9, 43 and EE. RGB value is (201,67,238). Sum of RGB (Red+Green+Blue) = 201+67+238=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 67 (26.56% from 255 or 13.24% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #C943EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C943EE is #36BC11. Grayscale: #7E7E7E. Windows color (decimal): -3587090 or 15614921. OLE color: 15614921.
HSL color Cylindrical-coordinate representation of color #C943EE: hue angle of 287.02º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C943EE is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 67 | 238 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.07 |
| HSL | 287.02º | 0.83% | 0.6% | - |
| HSV(B) | 287.02º | 0.72% | 0.93% | - |
| XYZ | 41.53 | 22.6 | 83.06 | - |
| YUV | 126.56 | 190.89 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 238 | 0.16 | 0.72 | 0 | 0.07 | 287.02 | 0.83 | 0.6 |
| Hex | C9 | 43 | EE | 10 | 48 | 0 | 7 | 11F | 53 | 3C |
| Octal | 311 | 103 | 356 | 20 | 110 | 0 | 7 | 437 | 123 | 74 |
| Binary | 11001001 | 1000011 | 11101110 | 10000 | 1001000 | 0 | 111 | 100011111 | 1010011 | 111100 |
Color Harmonies of #C943EE
Complementary color
Monochromatic Colors of #C943EE
Black with #C943EE
Text Example
Text Example
White with #C943EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C943EE; }
p { color: rgb(201,67,238); }
H1.HeaderClassName
{
color: #C943EE;
}
.AnyTagClassName
{
color: #C943EE;
}
</style>
background-color css
<style>
a { background-color: #C943EE; }
a { background-color: rgb(201,67,238); }
div.DivClassName
{
background-color: #C943EE;
}
.BgClassName
{
background-color: #C943EE;
}
</style>
border-color css
<style>
span { border-color: #C943EE; }
span { border-color: rgb(201,67,238); }
td.TdClassName
{
border-color: #C943EE;
}
.TagClassName
{
border-color: #C943EE;
}
</style>