Shades of Medium Orchid #C943ED
Tints of Medium Orchid #C943ED
RGB
CMYK
RGB Variations
Color information
#C943ED (or 0xC943ED) is known color: Medium Orchid. HEX triplet: C9, 43 and ED. RGB value is (201,67,237). Sum of RGB (Red+Green+Blue) = 201+67+237=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 67 (26.56% from 255 or 13.27% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #C943ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C943ED is #36BC12. Grayscale: #7D7D7D. Windows color (decimal): -3587091 or 15549385. OLE color: 15549385.
HSL color Cylindrical-coordinate representation of color #C943ED: hue angle of 287.29º 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 #C943ED is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 67 | 237 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.07 |
| HSL | 287.29º | 0.83% | 0.6% | - |
| HSV(B) | 287.29º | 0.72% | 0.93% | - |
| XYZ | 41.38 | 22.55 | 82.29 | - |
| YUV | 126.45 | 190.39 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 237 | 0.15 | 0.72 | 0 | 0.07 | 287.29 | 0.83 | 0.6 |
| Hex | C9 | 43 | ED | F | 48 | 0 | 7 | 11F | 53 | 3C |
| Octal | 311 | 103 | 355 | 17 | 110 | 0 | 7 | 437 | 123 | 74 |
| Binary | 11001001 | 1000011 | 11101101 | 1111 | 1001000 | 0 | 111 | 100011111 | 1010011 | 111100 |
Color Harmonies of #C943ED
Complementary color
Monochromatic Colors of #C943ED
Black with #C943ED
Text Example
Text Example
White with #C943ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C943ED; }
p { color: rgb(201,67,237); }
H1.HeaderClassName
{
color: #C943ED;
}
.AnyTagClassName
{
color: #C943ED;
}
</style>
background-color css
<style>
a { background-color: #C943ED; }
a { background-color: rgb(201,67,237); }
div.DivClassName
{
background-color: #C943ED;
}
.BgClassName
{
background-color: #C943ED;
}
</style>
border-color css
<style>
span { border-color: #C943ED; }
span { border-color: rgb(201,67,237); }
td.TdClassName
{
border-color: #C943ED;
}
.TagClassName
{
border-color: #C943ED;
}
</style>