Shades of Medium Orchid #C83CD7
Tints of Medium Orchid #C83CD7
RGB
CMYK
RGB Variations
Color information
#C83CD7 (or 0xC83CD7) is known color: Medium Orchid. HEX triplet: C8, 3C and D7. RGB value is (200,60,215). Sum of RGB (Red+Green+Blue) = 200+60+215=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #C83CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83CD7 is #37C328. Grayscale: #777777. Windows color (decimal): -3654441 or 14105800. OLE color: 14105800.
HSL color Cylindrical-coordinate representation of color #C83CD7: hue angle of 294.19º 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 #C83CD7 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 60 | 215 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.16 |
| HSL | 294.19º | 0.66% | 0.54% | - |
| HSV(B) | 294.19º | 0.72% | 0.84% | - |
| XYZ | 37.7 | 20.42 | 66.24 | - |
| YUV | 119.53 | 181.88 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 215 | 0.07 | 0.72 | 0 | 0.16 | 294.19 | 0.66 | 0.54 |
| Hex | C8 | 3C | D7 | 7 | 48 | 0 | 10 | 126 | 42 | 36 |
| Octal | 310 | 74 | 327 | 7 | 110 | 0 | 20 | 446 | 102 | 66 |
| Binary | 11001000 | 111100 | 11010111 | 111 | 1001000 | 0 | 10000 | 100100110 | 1000010 | 110110 |
Color Harmonies of #C83CD7
Complementary color
Monochromatic Colors of #C83CD7
Black with #C83CD7
Text Example
Text Example
White with #C83CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CD7; }
p { color: rgb(200,60,215); }
H1.HeaderClassName
{
color: #C83CD7;
}
.AnyTagClassName
{
color: #C83CD7;
}
</style>
background-color css
<style>
a { background-color: #C83CD7; }
a { background-color: rgb(200,60,215); }
div.DivClassName
{
background-color: #C83CD7;
}
.BgClassName
{
background-color: #C83CD7;
}
</style>
border-color css
<style>
span { border-color: #C83CD7; }
span { border-color: rgb(200,60,215); }
td.TdClassName
{
border-color: #C83CD7;
}
.TagClassName
{
border-color: #C83CD7;
}
</style>