Shades of Medium Orchid #C83FDF
Tints of Medium Orchid #C83FDF
RGB
CMYK
RGB Variations
Color information
#C83FDF (or 0xC83FDF) is known color: Medium Orchid. HEX triplet: C8, 3F and DF. RGB value is (200,63,223). Sum of RGB (Red+Green+Blue) = 200+63+223=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #C83FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FDF is #37C020. Grayscale: #797979. Windows color (decimal): -3653665 or 14630856. OLE color: 14630856.
HSL color Cylindrical-coordinate representation of color #C83FDF: hue angle of 291.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83FDF is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 63 | 223 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.13 |
| HSL | 291.38º | 0.71% | 0.56% | - |
| HSV(B) | 291.38º | 0.72% | 0.87% | - |
| XYZ | 38.92 | 21.16 | 71.85 | - |
| YUV | 122.2 | 184.89 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 223 | 0.10 | 0.72 | 0 | 0.13 | 291.38 | 0.71 | 0.56 |
| Hex | C8 | 3F | DF | A | 48 | 0 | D | 123 | 47 | 38 |
| Octal | 310 | 77 | 337 | 12 | 110 | 0 | 15 | 443 | 107 | 70 |
| Binary | 11001000 | 111111 | 11011111 | 1010 | 1001000 | 0 | 1101 | 100100011 | 1000111 | 111000 |
Color Harmonies of #C83FDF
Complementary color
Monochromatic Colors of #C83FDF
Black with #C83FDF
Text Example
Text Example
White with #C83FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FDF; }
p { color: rgb(200,63,223); }
H1.HeaderClassName
{
color: #C83FDF;
}
.AnyTagClassName
{
color: #C83FDF;
}
</style>
background-color css
<style>
a { background-color: #C83FDF; }
a { background-color: rgb(200,63,223); }
div.DivClassName
{
background-color: #C83FDF;
}
.BgClassName
{
background-color: #C83FDF;
}
</style>
border-color css
<style>
span { border-color: #C83FDF; }
span { border-color: rgb(200,63,223); }
td.TdClassName
{
border-color: #C83FDF;
}
.TagClassName
{
border-color: #C83FDF;
}
</style>