Shades of Medium Orchid #C83CFE
Tints of Medium Orchid #C83CFE
RGB
CMYK
RGB Variations
Color information
#C83CFE (or 0xC83CFE) is known color: Medium Orchid. HEX triplet: C8, 3C and FE. RGB value is (200,60,254). Sum of RGB (Red+Green+Blue) = 200+60+254=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 60 (23.83% from 255 or 11.67% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #C83CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83CFE is #37C301. Grayscale: #7B7B7B. Windows color (decimal): -3654402 or 16661704. OLE color: 16661704.
HSL color Cylindrical-coordinate representation of color #C83CFE: hue angle of 283.3º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83CFE is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 60 | 254 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.00 |
| HSL | 283.3º | 0.99% | 0.62% | - |
| HSV(B) | 283.3º | 0.76% | 1% | - |
| XYZ | 43.32 | 22.67 | 95.86 | - |
| YUV | 123.98 | 201.38 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 254 | 0.21 | 0.76 | 0 | 0.00 | 283.3 | 0.99 | 0.62 |
| Hex | C8 | 3C | FE | 15 | 4C | 0 | 0 | 11B | 63 | 3E |
| Octal | 310 | 74 | 376 | 25 | 114 | 0 | 0 | 433 | 143 | 76 |
| Binary | 11001000 | 111100 | 11111110 | 10101 | 1001100 | 0 | 0 | 100011011 | 1100011 | 111110 |
Color Harmonies of #C83CFE
Complementary color
Monochromatic Colors of #C83CFE
Black with #C83CFE
Text Example
Text Example
White with #C83CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CFE; }
p { color: rgb(200,60,254); }
H1.HeaderClassName
{
color: #C83CFE;
}
.AnyTagClassName
{
color: #C83CFE;
}
</style>
background-color css
<style>
a { background-color: #C83CFE; }
a { background-color: rgb(200,60,254); }
div.DivClassName
{
background-color: #C83CFE;
}
.BgClassName
{
background-color: #C83CFE;
}
</style>
border-color css
<style>
span { border-color: #C83CFE; }
span { border-color: rgb(200,60,254); }
td.TdClassName
{
border-color: #C83CFE;
}
.TagClassName
{
border-color: #C83CFE;
}
</style>