Shades of Medium Orchid #C848DA
Tints of Medium Orchid #C848DA
RGB
CMYK
RGB Variations
Color information
#C848DA (or 0xC848DA) is known color: Medium Orchid. HEX triplet: C8, 48 and DA. RGB value is (200,72,218). Sum of RGB (Red+Green+Blue) = 200+72+218=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #C848DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848DA is #37B725. Grayscale: #7E7E7E. Windows color (decimal): -3651366 or 14305480. OLE color: 14305480.
HSL color Cylindrical-coordinate representation of color #C848DA: hue angle of 292.6º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C848DA is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 72 | 218 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.15 |
| HSL | 292.6º | 0.66% | 0.57% | - |
| HSV(B) | 292.6º | 0.67% | 0.85% | - |
| XYZ | 38.79 | 21.98 | 68.53 | - |
| YUV | 126.92 | 179.41 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 218 | 0.08 | 0.67 | 0 | 0.15 | 292.6 | 0.66 | 0.57 |
| Hex | C8 | 48 | DA | 8 | 43 | 0 | F | 125 | 42 | 39 |
| Octal | 310 | 110 | 332 | 10 | 103 | 0 | 17 | 445 | 102 | 71 |
| Binary | 11001000 | 1001000 | 11011010 | 1000 | 1000011 | 0 | 1111 | 100100101 | 1000010 | 111001 |
Color Harmonies of #C848DA
Complementary color
Monochromatic Colors of #C848DA
Black with #C848DA
Text Example
Text Example
White with #C848DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848DA; }
p { color: rgb(200,72,218); }
H1.HeaderClassName
{
color: #C848DA;
}
.AnyTagClassName
{
color: #C848DA;
}
</style>
background-color css
<style>
a { background-color: #C848DA; }
a { background-color: rgb(200,72,218); }
div.DivClassName
{
background-color: #C848DA;
}
.BgClassName
{
background-color: #C848DA;
}
</style>
border-color css
<style>
span { border-color: #C848DA; }
span { border-color: rgb(200,72,218); }
td.TdClassName
{
border-color: #C848DA;
}
.TagClassName
{
border-color: #C848DA;
}
</style>