Shades of Medium Orchid #C83DF2
Tints of Medium Orchid #C83DF2
RGB
CMYK
RGB Variations
Color information
#C83DF2 (or 0xC83DF2) is known color: Medium Orchid. HEX triplet: C8, 3D and F2. RGB value is (200,61,242). Sum of RGB (Red+Green+Blue) = 200+61+242=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #C83DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83DF2 is #37C20D. Grayscale: #7A7A7A. Windows color (decimal): -3654158 or 15875528. OLE color: 15875528.
HSL color Cylindrical-coordinate representation of color #C83DF2: hue angle of 286.08º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83DF2 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 61 | 242 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.05 |
| HSL | 286.08º | 0.87% | 0.59% | - |
| HSV(B) | 286.08º | 0.75% | 0.95% | - |
| XYZ | 41.52 | 22.03 | 86.07 | - |
| YUV | 123.2 | 195.05 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 242 | 0.17 | 0.75 | 0 | 0.05 | 286.08 | 0.87 | 0.59 |
| Hex | C8 | 3D | F2 | 11 | 4B | 0 | 5 | 11E | 57 | 3B |
| Octal | 310 | 75 | 362 | 21 | 113 | 0 | 5 | 436 | 127 | 73 |
| Binary | 11001000 | 111101 | 11110010 | 10001 | 1001011 | 0 | 101 | 100011110 | 1010111 | 111011 |
Color Harmonies of #C83DF2
Complementary color
Monochromatic Colors of #C83DF2
Black with #C83DF2
Text Example
Text Example
White with #C83DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DF2; }
p { color: rgb(200,61,242); }
H1.HeaderClassName
{
color: #C83DF2;
}
.AnyTagClassName
{
color: #C83DF2;
}
</style>
background-color css
<style>
a { background-color: #C83DF2; }
a { background-color: rgb(200,61,242); }
div.DivClassName
{
background-color: #C83DF2;
}
.BgClassName
{
background-color: #C83DF2;
}
</style>
border-color css
<style>
span { border-color: #C83DF2; }
span { border-color: rgb(200,61,242); }
td.TdClassName
{
border-color: #C83DF2;
}
.TagClassName
{
border-color: #C83DF2;
}
</style>