Shades of Medium Orchid #C93CD7
Tints of Medium Orchid #C93CD7
RGB
CMYK
RGB Variations
Color information
#C93CD7 (or 0xC93CD7) is known color: Medium Orchid. HEX triplet: C9, 3C and D7. RGB value is (201,60,215). Sum of RGB (Red+Green+Blue) = 201+60+215=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #C93CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CD7 is #36C328. Grayscale: #777777. Windows color (decimal): -3588905 or 14105801. OLE color: 14105801.
HSL color Cylindrical-coordinate representation of color #C93CD7: hue angle of 294.58º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93CD7 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 60 | 215 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.16 |
| HSL | 294.58º | 0.66% | 0.54% | - |
| HSV(B) | 294.58º | 0.72% | 0.84% | - |
| XYZ | 37.97 | 20.56 | 66.26 | - |
| YUV | 119.83 | 181.71 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 215 | 0.07 | 0.72 | 0 | 0.16 | 294.58 | 0.66 | 0.54 |
| Hex | C9 | 3C | D7 | 7 | 48 | 0 | 10 | 127 | 42 | 36 |
| Octal | 311 | 74 | 327 | 7 | 110 | 0 | 20 | 447 | 102 | 66 |
| Binary | 11001001 | 111100 | 11010111 | 111 | 1001000 | 0 | 10000 | 100100111 | 1000010 | 110110 |
Color Harmonies of #C93CD7
Complementary color
Monochromatic Colors of #C93CD7
Black with #C93CD7
Text Example
Text Example
White with #C93CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CD7; }
p { color: rgb(201,60,215); }
H1.HeaderClassName
{
color: #C93CD7;
}
.AnyTagClassName
{
color: #C93CD7;
}
</style>
background-color css
<style>
a { background-color: #C93CD7; }
a { background-color: rgb(201,60,215); }
div.DivClassName
{
background-color: #C93CD7;
}
.BgClassName
{
background-color: #C93CD7;
}
</style>
border-color css
<style>
span { border-color: #C93CD7; }
span { border-color: rgb(201,60,215); }
td.TdClassName
{
border-color: #C93CD7;
}
.TagClassName
{
border-color: #C93CD7;
}
</style>