Shades of Medium Orchid #C83DF6
Tints of Medium Orchid #C83DF6
RGB
CMYK
RGB Variations
Color information
#C83DF6 (or 0xC83DF6) is known color: Medium Orchid. HEX triplet: C8, 3D and F6. RGB value is (200,61,246). Sum of RGB (Red+Green+Blue) = 200+61+246=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #C83DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83DF6 is #37C209. Grayscale: #7B7B7B. Windows color (decimal): -3654154 or 16137672. OLE color: 16137672.
HSL color Cylindrical-coordinate representation of color #C83DF6: hue angle of 285.08º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83DF6 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 61 | 246 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.04 |
| HSL | 285.08º | 0.91% | 0.6% | - |
| HSV(B) | 285.08º | 0.75% | 0.96% | - |
| XYZ | 42.12 | 22.27 | 89.27 | - |
| YUV | 123.65 | 197.05 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 246 | 0.19 | 0.75 | 0 | 0.04 | 285.08 | 0.91 | 0.6 |
| Hex | C8 | 3D | F6 | 13 | 4B | 0 | 4 | 11D | 5B | 3C |
| Octal | 310 | 75 | 366 | 23 | 113 | 0 | 4 | 435 | 133 | 74 |
| Binary | 11001000 | 111101 | 11110110 | 10011 | 1001011 | 0 | 100 | 100011101 | 1011011 | 111100 |
Color Harmonies of #C83DF6
Complementary color
Monochromatic Colors of #C83DF6
Black with #C83DF6
Text Example
Text Example
White with #C83DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DF6; }
p { color: rgb(200,61,246); }
H1.HeaderClassName
{
color: #C83DF6;
}
.AnyTagClassName
{
color: #C83DF6;
}
</style>
background-color css
<style>
a { background-color: #C83DF6; }
a { background-color: rgb(200,61,246); }
div.DivClassName
{
background-color: #C83DF6;
}
.BgClassName
{
background-color: #C83DF6;
}
</style>
border-color css
<style>
span { border-color: #C83DF6; }
span { border-color: rgb(200,61,246); }
td.TdClassName
{
border-color: #C83DF6;
}
.TagClassName
{
border-color: #C83DF6;
}
</style>