Shades of Medium Orchid #C833D5
Tints of Medium Orchid #C833D5
RGB
CMYK
RGB Variations
Color information
#C833D5 (or 0xC833D5) is known color: Medium Orchid. HEX triplet: C8, 33 and D5. RGB value is (200,51,213). Sum of RGB (Red+Green+Blue) = 200+51+213=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #C833D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C833D5 is #37CC2A. Grayscale: #717171. Windows color (decimal): -3656747 or 13972424. OLE color: 13972424.
HSL color Cylindrical-coordinate representation of color #C833D5: hue angle of 295.19º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C833D5 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 51 | 213 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.16 |
| HSL | 295.19º | 0.66% | 0.52% | - |
| HSV(B) | 295.19º | 0.76% | 0.84% | - |
| XYZ | 37.01 | 19.45 | 64.75 | - |
| YUV | 114.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 213 | 0.06 | 0.76 | 0 | 0.16 | 295.19 | 0.66 | 0.52 |
| Hex | C8 | 33 | D5 | 6 | 4C | 0 | 10 | 127 | 42 | 34 |
| Octal | 310 | 63 | 325 | 6 | 114 | 0 | 20 | 447 | 102 | 64 |
| Binary | 11001000 | 110011 | 11010101 | 110 | 1001100 | 0 | 10000 | 100100111 | 1000010 | 110100 |
Color Harmonies of #C833D5
Complementary color
Monochromatic Colors of #C833D5
Black with #C833D5
Text Example
Text Example
White with #C833D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C833D5; }
p { color: rgb(200,51,213); }
H1.HeaderClassName
{
color: #C833D5;
}
.AnyTagClassName
{
color: #C833D5;
}
</style>
background-color css
<style>
a { background-color: #C833D5; }
a { background-color: rgb(200,51,213); }
div.DivClassName
{
background-color: #C833D5;
}
.BgClassName
{
background-color: #C833D5;
}
</style>
border-color css
<style>
span { border-color: #C833D5; }
span { border-color: rgb(200,51,213); }
td.TdClassName
{
border-color: #C833D5;
}
.TagClassName
{
border-color: #C833D5;
}
</style>