Shades of Medium Orchid #C830DE
Tints of Medium Orchid #C830DE
RGB
CMYK
RGB Variations
Color information
#C830DE (or 0xC830DE) is known color: Medium Orchid. HEX triplet: C8, 30 and DE. RGB value is (200,48,222). Sum of RGB (Red+Green+Blue) = 200+48+222=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #C830DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830DE is #37CF21. Grayscale: #707070. Windows color (decimal): -3657506 or 14561480. OLE color: 14561480.
HSL color Cylindrical-coordinate representation of color #C830DE: hue angle of 292.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C830DE is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 48 | 222 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.13 |
| HSL | 292.41º | 0.73% | 0.53% | - |
| HSV(B) | 292.41º | 0.78% | 0.87% | - |
| XYZ | 38.06 | 19.67 | 70.9 | - |
| YUV | 113.28 | 189.36 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 222 | 0.10 | 0.78 | 0 | 0.13 | 292.41 | 0.73 | 0.53 |
| Hex | C8 | 30 | DE | A | 4E | 0 | D | 124 | 48 | 35 |
| Octal | 310 | 60 | 336 | 12 | 116 | 0 | 15 | 444 | 110 | 65 |
| Binary | 11001000 | 110000 | 11011110 | 1010 | 1001110 | 0 | 1101 | 100100100 | 1001000 | 110101 |
Color Harmonies of #C830DE
Complementary color
Monochromatic Colors of #C830DE
Black with #C830DE
Text Example
Text Example
White with #C830DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830DE; }
p { color: rgb(200,48,222); }
H1.HeaderClassName
{
color: #C830DE;
}
.AnyTagClassName
{
color: #C830DE;
}
</style>
background-color css
<style>
a { background-color: #C830DE; }
a { background-color: rgb(200,48,222); }
div.DivClassName
{
background-color: #C830DE;
}
.BgClassName
{
background-color: #C830DE;
}
</style>
border-color css
<style>
span { border-color: #C830DE; }
span { border-color: rgb(200,48,222); }
td.TdClassName
{
border-color: #C830DE;
}
.TagClassName
{
border-color: #C830DE;
}
</style>