Shades of Medium Orchid #C93FF9
Tints of Medium Orchid #C93FF9
RGB
CMYK
RGB Variations
Color information
#C93FF9 (or 0xC93FF9) is known color: Medium Orchid. HEX triplet: C9, 3F and F9. RGB value is (201,63,249). Sum of RGB (Red+Green+Blue) = 201+63+249=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 63 (25% from 255 or 12.28% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #C93FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FF9 is #36C006. Grayscale: #7C7C7C. Windows color (decimal): -3588103 or 16334793. OLE color: 16334793.
HSL color Cylindrical-coordinate representation of color #C93FF9: hue angle of 284.52º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93FF9 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 63 | 249 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.02 |
| HSL | 284.52º | 0.94% | 0.61% | - |
| HSV(B) | 284.52º | 0.75% | 0.98% | - |
| XYZ | 42.96 | 22.81 | 91.76 | - |
| YUV | 125.47 | 197.72 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 249 | 0.19 | 0.75 | 0 | 0.02 | 284.52 | 0.94 | 0.61 |
| Hex | C9 | 3F | F9 | 13 | 4B | 0 | 2 | 11D | 5E | 3D |
| Octal | 311 | 77 | 371 | 23 | 113 | 0 | 2 | 435 | 136 | 75 |
| Binary | 11001001 | 111111 | 11111001 | 10011 | 1001011 | 0 | 10 | 100011101 | 1011110 | 111101 |
Color Harmonies of #C93FF9
Complementary color
Monochromatic Colors of #C93FF9
Black with #C93FF9
Text Example
Text Example
White with #C93FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FF9; }
p { color: rgb(201,63,249); }
H1.HeaderClassName
{
color: #C93FF9;
}
.AnyTagClassName
{
color: #C93FF9;
}
</style>
background-color css
<style>
a { background-color: #C93FF9; }
a { background-color: rgb(201,63,249); }
div.DivClassName
{
background-color: #C93FF9;
}
.BgClassName
{
background-color: #C93FF9;
}
</style>
border-color css
<style>
span { border-color: #C93FF9; }
span { border-color: rgb(201,63,249); }
td.TdClassName
{
border-color: #C93FF9;
}
.TagClassName
{
border-color: #C93FF9;
}
</style>