Shades of Medium Orchid #C83FD7
Tints of Medium Orchid #C83FD7
RGB
CMYK
RGB Variations
Color information
#C83FD7 (or 0xC83FD7) is known color: Medium Orchid. HEX triplet: C8, 3F and D7. RGB value is (200,63,215). Sum of RGB (Red+Green+Blue) = 200+63+215=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #C83FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FD7 is #37C028. Grayscale: #787878. Windows color (decimal): -3653673 or 14106568. OLE color: 14106568.
HSL color Cylindrical-coordinate representation of color #C83FD7: hue angle of 294.08º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83FD7 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 63 | 215 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.16 |
| HSL | 294.08º | 0.66% | 0.55% | - |
| HSV(B) | 294.08º | 0.71% | 0.84% | - |
| XYZ | 37.86 | 20.74 | 66.3 | - |
| YUV | 121.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 215 | 0.07 | 0.71 | 0 | 0.16 | 294.08 | 0.66 | 0.55 |
| Hex | C8 | 3F | D7 | 7 | 47 | 0 | 10 | 126 | 42 | 37 |
| Octal | 310 | 77 | 327 | 7 | 107 | 0 | 20 | 446 | 102 | 67 |
| Binary | 11001000 | 111111 | 11010111 | 111 | 1000111 | 0 | 10000 | 100100110 | 1000010 | 110111 |
Color Harmonies of #C83FD7
Complementary color
Monochromatic Colors of #C83FD7
Black with #C83FD7
Text Example
Text Example
White with #C83FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FD7; }
p { color: rgb(200,63,215); }
H1.HeaderClassName
{
color: #C83FD7;
}
.AnyTagClassName
{
color: #C83FD7;
}
</style>
background-color css
<style>
a { background-color: #C83FD7; }
a { background-color: rgb(200,63,215); }
div.DivClassName
{
background-color: #C83FD7;
}
.BgClassName
{
background-color: #C83FD7;
}
</style>
border-color css
<style>
span { border-color: #C83FD7; }
span { border-color: rgb(200,63,215); }
td.TdClassName
{
border-color: #C83FD7;
}
.TagClassName
{
border-color: #C83FD7;
}
</style>