Shades of Medium Orchid #C93AF7
Tints of Medium Orchid #C93AF7
RGB
CMYK
RGB Variations
Color information
#C93AF7 (or 0xC93AF7) is known color: Medium Orchid. HEX triplet: C9, 3A and F7. RGB value is (201,58,247). Sum of RGB (Red+Green+Blue) = 201+58+247=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #C93AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AF7 is #36C508. Grayscale: #797979. Windows color (decimal): -3589385 or 16202441. OLE color: 16202441.
HSL color Cylindrical-coordinate representation of color #C93AF7: hue angle of 285.4º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C93AF7 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 58 | 247 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.03 |
| HSL | 285.4º | 0.92% | 0.6% | - |
| HSV(B) | 285.4º | 0.77% | 0.97% | - |
| XYZ | 42.39 | 22.16 | 90.04 | - |
| YUV | 122.3 | 198.38 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 247 | 0.19 | 0.77 | 0 | 0.03 | 285.4 | 0.92 | 0.6 |
| Hex | C9 | 3A | F7 | 13 | 4D | 0 | 3 | 11D | 5C | 3C |
| Octal | 311 | 72 | 367 | 23 | 115 | 0 | 3 | 435 | 134 | 74 |
| Binary | 11001001 | 111010 | 11110111 | 10011 | 1001101 | 0 | 11 | 100011101 | 1011100 | 111100 |
Color Harmonies of #C93AF7
Complementary color
Monochromatic Colors of #C93AF7
Black with #C93AF7
Text Example
Text Example
White with #C93AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AF7; }
p { color: rgb(201,58,247); }
H1.HeaderClassName
{
color: #C93AF7;
}
.AnyTagClassName
{
color: #C93AF7;
}
</style>
background-color css
<style>
a { background-color: #C93AF7; }
a { background-color: rgb(201,58,247); }
div.DivClassName
{
background-color: #C93AF7;
}
.BgClassName
{
background-color: #C93AF7;
}
</style>
border-color css
<style>
span { border-color: #C93AF7; }
span { border-color: rgb(201,58,247); }
td.TdClassName
{
border-color: #C93AF7;
}
.TagClassName
{
border-color: #C93AF7;
}
</style>