Shades of Medium Orchid #C93DEF
Tints of Medium Orchid #C93DEF
RGB
CMYK
RGB Variations
Color information
#C93DEF (or 0xC93DEF) is known color: Medium Orchid. HEX triplet: C9, 3D and EF. RGB value is (201,61,239). Sum of RGB (Red+Green+Blue) = 201+61+239=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 61 (24.22% from 255 or 12.18% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #C93DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DEF is #36C210. Grayscale: #7A7A7A. Windows color (decimal): -3588625 or 15678921. OLE color: 15678921.
HSL color Cylindrical-coordinate representation of color #C93DEF: hue angle of 287.19º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93DEF is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 61 | 239 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.06 |
| HSL | 287.19º | 0.85% | 0.59% | - |
| HSV(B) | 287.19º | 0.74% | 0.94% | - |
| XYZ | 41.34 | 21.99 | 83.73 | - |
| YUV | 123.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 239 | 0.16 | 0.74 | 0 | 0.06 | 287.19 | 0.85 | 0.59 |
| Hex | C9 | 3D | EF | 10 | 4A | 0 | 6 | 11F | 55 | 3B |
| Octal | 311 | 75 | 357 | 20 | 112 | 0 | 6 | 437 | 125 | 73 |
| Binary | 11001001 | 111101 | 11101111 | 10000 | 1001010 | 0 | 110 | 100011111 | 1010101 | 111011 |
Color Harmonies of #C93DEF
Complementary color
Monochromatic Colors of #C93DEF
Black with #C93DEF
Text Example
Text Example
White with #C93DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DEF; }
p { color: rgb(201,61,239); }
H1.HeaderClassName
{
color: #C93DEF;
}
.AnyTagClassName
{
color: #C93DEF;
}
</style>
background-color css
<style>
a { background-color: #C93DEF; }
a { background-color: rgb(201,61,239); }
div.DivClassName
{
background-color: #C93DEF;
}
.BgClassName
{
background-color: #C93DEF;
}
</style>
border-color css
<style>
span { border-color: #C93DEF; }
span { border-color: rgb(201,61,239); }
td.TdClassName
{
border-color: #C93DEF;
}
.TagClassName
{
border-color: #C93DEF;
}
</style>