Shades of Medium Orchid #C83AFE
Tints of Medium Orchid #C83AFE
RGB
CMYK
RGB Variations
Color information
#C83AFE (or 0xC83AFE) is known color: Medium Orchid. HEX triplet: C8, 3A and FE. RGB value is (200,58,254). Sum of RGB (Red+Green+Blue) = 200+58+254=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #C83AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83AFE is #37C501. Grayscale: #7A7A7A. Windows color (decimal): -3654914 or 16661192. OLE color: 16661192.
HSL color Cylindrical-coordinate representation of color #C83AFE: hue angle of 283.47º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C83AFE is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 58 | 254 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.00 |
| HSL | 283.47º | 0.99% | 0.61% | - |
| HSV(B) | 283.47º | 0.77% | 1% | - |
| XYZ | 43.22 | 22.46 | 95.82 | - |
| YUV | 122.8 | 202.04 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 254 | 0.21 | 0.77 | 0 | 0.00 | 283.47 | 0.99 | 0.61 |
| Hex | C8 | 3A | FE | 15 | 4D | 0 | 0 | 11B | 63 | 3D |
| Octal | 310 | 72 | 376 | 25 | 115 | 0 | 0 | 433 | 143 | 75 |
| Binary | 11001000 | 111010 | 11111110 | 10101 | 1001101 | 0 | 0 | 100011011 | 1100011 | 111101 |
Color Harmonies of #C83AFE
Complementary color
Monochromatic Colors of #C83AFE
Black with #C83AFE
Text Example
Text Example
White with #C83AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AFE; }
p { color: rgb(200,58,254); }
H1.HeaderClassName
{
color: #C83AFE;
}
.AnyTagClassName
{
color: #C83AFE;
}
</style>
background-color css
<style>
a { background-color: #C83AFE; }
a { background-color: rgb(200,58,254); }
div.DivClassName
{
background-color: #C83AFE;
}
.BgClassName
{
background-color: #C83AFE;
}
</style>
border-color css
<style>
span { border-color: #C83AFE; }
span { border-color: rgb(200,58,254); }
td.TdClassName
{
border-color: #C83AFE;
}
.TagClassName
{
border-color: #C83AFE;
}
</style>