Shades of Medium Orchid #C93CF9
Tints of Medium Orchid #C93CF9
RGB
CMYK
RGB Variations
Color information
#C93CF9 (or 0xC93CF9) is known color: Medium Orchid. HEX triplet: C9, 3C and F9. RGB value is (201,60,249). Sum of RGB (Red+Green+Blue) = 201+60+249=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 60 (23.83% from 255 or 11.76% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #C93CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93CF9 is #36C306. Grayscale: #7B7B7B. Windows color (decimal): -3588871 or 16334025. OLE color: 16334025.
HSL color Cylindrical-coordinate representation of color #C93CF9: hue angle of 284.76º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93CF9 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 60 | 249 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.02 |
| HSL | 284.76º | 0.94% | 0.61% | - |
| HSV(B) | 284.76º | 0.76% | 0.98% | - |
| XYZ | 42.8 | 22.49 | 91.71 | - |
| YUV | 123.71 | 198.71 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 249 | 0.19 | 0.76 | 0 | 0.02 | 284.76 | 0.94 | 0.61 |
| Hex | C9 | 3C | F9 | 13 | 4C | 0 | 2 | 11D | 5E | 3D |
| Octal | 311 | 74 | 371 | 23 | 114 | 0 | 2 | 435 | 136 | 75 |
| Binary | 11001001 | 111100 | 11111001 | 10011 | 1001100 | 0 | 10 | 100011101 | 1011110 | 111101 |
Color Harmonies of #C93CF9
Complementary color
Monochromatic Colors of #C93CF9
Black with #C93CF9
Text Example
Text Example
White with #C93CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CF9; }
p { color: rgb(201,60,249); }
H1.HeaderClassName
{
color: #C93CF9;
}
.AnyTagClassName
{
color: #C93CF9;
}
</style>
background-color css
<style>
a { background-color: #C93CF9; }
a { background-color: rgb(201,60,249); }
div.DivClassName
{
background-color: #C93CF9;
}
.BgClassName
{
background-color: #C93CF9;
}
</style>
border-color css
<style>
span { border-color: #C93CF9; }
span { border-color: rgb(201,60,249); }
td.TdClassName
{
border-color: #C93CF9;
}
.TagClassName
{
border-color: #C93CF9;
}
</style>