Shades of Medium Orchid #C83DD2
Tints of Medium Orchid #C83DD2
RGB
CMYK
RGB Variations
Color information
#C83DD2 (or 0xC83DD2) is known color: Medium Orchid. HEX triplet: C8, 3D and D2. RGB value is (200,61,210). Sum of RGB (Red+Green+Blue) = 200+61+210=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #C83DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DD2 is #37C22D. Grayscale: #777777. Windows color (decimal): -3654190 or 13778376. OLE color: 13778376.
HSL color Cylindrical-coordinate representation of color #C83DD2: hue angle of 295.97º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83DD2 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 61 | 210 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.18 |
| HSL | 295.97º | 0.62% | 0.53% | - |
| HSV(B) | 295.97º | 0.71% | 0.82% | - |
| XYZ | 37.12 | 20.27 | 62.93 | - |
| YUV | 119.55 | 179.05 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 210 | 0.05 | 0.71 | 0 | 0.18 | 295.97 | 0.62 | 0.53 |
| Hex | C8 | 3D | D2 | 5 | 47 | 0 | 12 | 128 | 3E | 35 |
| Octal | 310 | 75 | 322 | 5 | 107 | 0 | 22 | 450 | 76 | 65 |
| Binary | 11001000 | 111101 | 11010010 | 101 | 1000111 | 0 | 10010 | 100101000 | 111110 | 110101 |
Color Harmonies of #C83DD2
Complementary color
Monochromatic Colors of #C83DD2
Black with #C83DD2
Text Example
Text Example
White with #C83DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DD2; }
p { color: rgb(200,61,210); }
H1.HeaderClassName
{
color: #C83DD2;
}
.AnyTagClassName
{
color: #C83DD2;
}
</style>
background-color css
<style>
a { background-color: #C83DD2; }
a { background-color: rgb(200,61,210); }
div.DivClassName
{
background-color: #C83DD2;
}
.BgClassName
{
background-color: #C83DD2;
}
</style>
border-color css
<style>
span { border-color: #C83DD2; }
span { border-color: rgb(200,61,210); }
td.TdClassName
{
border-color: #C83DD2;
}
.TagClassName
{
border-color: #C83DD2;
}
</style>