Shades of Medium Orchid #C83CDA
Tints of Medium Orchid #C83CDA
RGB
CMYK
RGB Variations
Color information
#C83CDA (or 0xC83CDA) is known color: Medium Orchid. HEX triplet: C8, 3C and DA. RGB value is (200,60,218). Sum of RGB (Red+Green+Blue) = 200+60+218=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #C83CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83CDA is #37C325. Grayscale: #777777. Windows color (decimal): -3654438 or 14302408. OLE color: 14302408.
HSL color Cylindrical-coordinate representation of color #C83CDA: hue angle of 293.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83CDA is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 60 | 218 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.15 |
| HSL | 293.16º | 0.68% | 0.55% | - |
| HSV(B) | 293.16º | 0.72% | 0.85% | - |
| XYZ | 38.09 | 20.57 | 68.29 | - |
| YUV | 119.87 | 183.38 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 218 | 0.08 | 0.72 | 0 | 0.15 | 293.16 | 0.68 | 0.55 |
| Hex | C8 | 3C | DA | 8 | 48 | 0 | F | 125 | 44 | 37 |
| Octal | 310 | 74 | 332 | 10 | 110 | 0 | 17 | 445 | 104 | 67 |
| Binary | 11001000 | 111100 | 11011010 | 1000 | 1001000 | 0 | 1111 | 100100101 | 1000100 | 110111 |
Color Harmonies of #C83CDA
Complementary color
Monochromatic Colors of #C83CDA
Black with #C83CDA
Text Example
Text Example
White with #C83CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CDA; }
p { color: rgb(200,60,218); }
H1.HeaderClassName
{
color: #C83CDA;
}
.AnyTagClassName
{
color: #C83CDA;
}
</style>
background-color css
<style>
a { background-color: #C83CDA; }
a { background-color: rgb(200,60,218); }
div.DivClassName
{
background-color: #C83CDA;
}
.BgClassName
{
background-color: #C83CDA;
}
</style>
border-color css
<style>
span { border-color: #C83CDA; }
span { border-color: rgb(200,60,218); }
td.TdClassName
{
border-color: #C83CDA;
}
.TagClassName
{
border-color: #C83CDA;
}
</style>