Shades of Medium Orchid #C848D2
Tints of Medium Orchid #C848D2
RGB
CMYK
RGB Variations
Color information
#C848D2 (or 0xC848D2) is known color: Medium Orchid. HEX triplet: C8, 48 and D2. RGB value is (200,72,210). Sum of RGB (Red+Green+Blue) = 200+72+210=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 210 - color contains mainly: blue. Hex color #C848D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848D2 is #37B72D. Grayscale: #7D7D7D. Windows color (decimal): -3651374 or 13781192. OLE color: 13781192.
HSL color Cylindrical-coordinate representation of color #C848D2: hue angle of 295.65º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C848D2 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 72 | 210 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.18 |
| HSL | 295.65º | 0.61% | 0.55% | - |
| HSV(B) | 295.65º | 0.66% | 0.82% | - |
| XYZ | 37.77 | 21.57 | 63.14 | - |
| YUV | 126 | 175.41 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 210 | 0.05 | 0.66 | 0 | 0.18 | 295.65 | 0.61 | 0.55 |
| Hex | C8 | 48 | D2 | 5 | 42 | 0 | 12 | 128 | 3D | 37 |
| Octal | 310 | 110 | 322 | 5 | 102 | 0 | 22 | 450 | 75 | 67 |
| Binary | 11001000 | 1001000 | 11010010 | 101 | 1000010 | 0 | 10010 | 100101000 | 111101 | 110111 |
Color Harmonies of #C848D2
Complementary color
Monochromatic Colors of #C848D2
Black with #C848D2
Text Example
Text Example
White with #C848D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848D2; }
p { color: rgb(200,72,210); }
H1.HeaderClassName
{
color: #C848D2;
}
.AnyTagClassName
{
color: #C848D2;
}
</style>
background-color css
<style>
a { background-color: #C848D2; }
a { background-color: rgb(200,72,210); }
div.DivClassName
{
background-color: #C848D2;
}
.BgClassName
{
background-color: #C848D2;
}
</style>
border-color css
<style>
span { border-color: #C848D2; }
span { border-color: rgb(200,72,210); }
td.TdClassName
{
border-color: #C848D2;
}
.TagClassName
{
border-color: #C848D2;
}
</style>