Shades of Medium Orchid #C83DFF
Tints of Medium Orchid #C83DFF
RGB
CMYK
RGB Variations
Color information
#C83DFF (or 0xC83DFF) is known color: Medium Orchid. HEX triplet: C8, 3D and FF. RGB value is (200,61,255). Sum of RGB (Red+Green+Blue) = 200+61+255=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 61 (24.22% from 255 or 11.82% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #C83DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83DFF is #37C200. Grayscale: #7C7C7C. Windows color (decimal): -3654145 or 16727496. OLE color: 16727496.
HSL color Cylindrical-coordinate representation of color #C83DFF: hue angle of 282.99º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83DFF is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 61 | 255 | - |
| CMYK | 0.22 | 0.76 | 0 | 0 |
| HSL | 282.99º | 1% | 0.62% | - |
| HSV(B) | 282.99º | 0.76% | 1% | - |
| XYZ | 43.54 | 22.84 | 96.72 | - |
| YUV | 124.68 | 201.55 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 255 | 0.22 | 0.76 | 0 | 0 | 282.99 | 1 | 0.62 |
| Hex | C8 | 3D | FF | 16 | 4C | 0 | 0 | 11B | 64 | 3E |
| Octal | 310 | 75 | 377 | 26 | 114 | 0 | 0 | 433 | 144 | 76 |
| Binary | 11001000 | 111101 | 11111111 | 10110 | 1001100 | 0 | 0 | 100011011 | 1100100 | 111110 |
Color Harmonies of #C83DFF
Complementary color
Monochromatic Colors of #C83DFF
Black with #C83DFF
Text Example
Text Example
White with #C83DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DFF; }
p { color: rgb(200,61,255); }
H1.HeaderClassName
{
color: #C83DFF;
}
.AnyTagClassName
{
color: #C83DFF;
}
</style>
background-color css
<style>
a { background-color: #C83DFF; }
a { background-color: rgb(200,61,255); }
div.DivClassName
{
background-color: #C83DFF;
}
.BgClassName
{
background-color: #C83DFF;
}
</style>
border-color css
<style>
span { border-color: #C83DFF; }
span { border-color: rgb(200,61,255); }
td.TdClassName
{
border-color: #C83DFF;
}
.TagClassName
{
border-color: #C83DFF;
}
</style>