Shades of Medium Orchid #C830DF
Tints of Medium Orchid #C830DF
RGB
CMYK
RGB Variations
Color information
#C830DF (or 0xC830DF) is known color: Medium Orchid. HEX triplet: C8, 30 and DF. RGB value is (200,48,223). Sum of RGB (Red+Green+Blue) = 200+48+223=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #C830DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830DF is #37CF20. Grayscale: #707070. Windows color (decimal): -3657505 or 14627016. OLE color: 14627016.
HSL color Cylindrical-coordinate representation of color #C830DF: hue angle of 292.11º 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 #C830DF is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 48 | 223 | - |
CMYK | 0.10 | 0.78 | 0 | 0.13 |
HSL | 292.11º | 0.73% | 0.53% | - |
HSV(B) | 292.11º | 0.78% | 0.87% | - |
XYZ | 38.2 | 19.72 | 71.61 | - |
YUV | 113.4 | 189.86 | 189.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 48 | 223 | 0.10 | 0.78 | 0 | 0.13 | 292.11 | 0.73 | 0.53 |
Hex | C8 | 30 | DF | A | 4E | 0 | D | 124 | 49 | 35 |
Octal | 310 | 60 | 337 | 12 | 116 | 0 | 15 | 444 | 111 | 65 |
Binary | 11001000 | 110000 | 11011111 | 1010 | 1001110 | 0 | 1101 | 100100100 | 1001001 | 110101 |
Color Harmonies of #C830DF
Complementary color
Monochromatic Colors of #C830DF
Black with #C830DF
Text Example
Text Example
White with #C830DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830DF; }
p { color: rgb(200,48,223); }
H1.HeaderClassName
{
color: #C830DF;
}
.AnyTagClassName
{
color: #C830DF;
}
</style>
background-color css
<style>
a { background-color: #C830DF; }
a { background-color: rgb(200,48,223); }
div.DivClassName
{
background-color: #C830DF;
}
.BgClassName
{
background-color: #C830DF;
}
</style>
border-color css
<style>
span { border-color: #C830DF; }
span { border-color: rgb(200,48,223); }
td.TdClassName
{
border-color: #C830DF;
}
.TagClassName
{
border-color: #C830DF;
}
</style>