Shades of Medium Orchid #C943FD
Tints of Medium Orchid #C943FD
RGB
CMYK
RGB Variations
Color information
#C943FD (or 0xC943FD) is known color: Medium Orchid. HEX triplet: C9, 43 and FD. RGB value is (201,67,253). Sum of RGB (Red+Green+Blue) = 201+67+253=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 67 (26.56% from 255 or 12.86% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #C943FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C943FD is #36BC02. Grayscale: #7F7F7F. Windows color (decimal): -3587075 or 16597961. OLE color: 16597961.
HSL color Cylindrical-coordinate representation of color #C943FD: hue angle of 283.23º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C943FD is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 67 | 253 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.01 |
| HSL | 283.23º | 0.98% | 0.63% | - |
| HSV(B) | 283.23º | 0.74% | 0.99% | - |
| XYZ | 43.82 | 23.52 | 95.16 | - |
| YUV | 128.27 | 198.39 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 253 | 0.21 | 0.74 | 0 | 0.01 | 283.23 | 0.98 | 0.63 |
| Hex | C9 | 43 | FD | 15 | 4A | 0 | 1 | 11B | 62 | 3F |
| Octal | 311 | 103 | 375 | 25 | 112 | 0 | 1 | 433 | 142 | 77 |
| Binary | 11001001 | 1000011 | 11111101 | 10101 | 1001010 | 0 | 1 | 100011011 | 1100010 | 111111 |
Color Harmonies of #C943FD
Complementary color
Monochromatic Colors of #C943FD
Black with #C943FD
Text Example
Text Example
White with #C943FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C943FD; }
p { color: rgb(201,67,253); }
H1.HeaderClassName
{
color: #C943FD;
}
.AnyTagClassName
{
color: #C943FD;
}
</style>
background-color css
<style>
a { background-color: #C943FD; }
a { background-color: rgb(201,67,253); }
div.DivClassName
{
background-color: #C943FD;
}
.BgClassName
{
background-color: #C943FD;
}
</style>
border-color css
<style>
span { border-color: #C943FD; }
span { border-color: rgb(201,67,253); }
td.TdClassName
{
border-color: #C943FD;
}
.TagClassName
{
border-color: #C943FD;
}
</style>