Shades of Medium Orchid #C845D4
Tints of Medium Orchid #C845D4
RGB
CMYK
RGB Variations
Color information
#C845D4 (or 0xC845D4) is known color: Medium Orchid. HEX triplet: C8, 45 and D4. RGB value is (200,69,212). Sum of RGB (Red+Green+Blue) = 200+69+212=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #C845D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845D4 is #37BA2B. Grayscale: #7C7C7C. Windows color (decimal): -3652140 or 13911496. OLE color: 13911496.
HSL color Cylindrical-coordinate representation of color #C845D4: hue angle of 294.97º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C845D4 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 69 | 212 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.17 |
| HSL | 294.97º | 0.62% | 0.55% | - |
| HSV(B) | 294.97º | 0.67% | 0.83% | - |
| XYZ | 37.83 | 21.29 | 64.4 | - |
| YUV | 124.47 | 177.4 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 212 | 0.06 | 0.67 | 0 | 0.17 | 294.97 | 0.62 | 0.55 |
| Hex | C8 | 45 | D4 | 6 | 43 | 0 | 11 | 127 | 3E | 37 |
| Octal | 310 | 105 | 324 | 6 | 103 | 0 | 21 | 447 | 76 | 67 |
| Binary | 11001000 | 1000101 | 11010100 | 110 | 1000011 | 0 | 10001 | 100100111 | 111110 | 110111 |
Color Harmonies of #C845D4
Complementary color
Monochromatic Colors of #C845D4
Black with #C845D4
Text Example
Text Example
White with #C845D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845D4; }
p { color: rgb(200,69,212); }
H1.HeaderClassName
{
color: #C845D4;
}
.AnyTagClassName
{
color: #C845D4;
}
</style>
background-color css
<style>
a { background-color: #C845D4; }
a { background-color: rgb(200,69,212); }
div.DivClassName
{
background-color: #C845D4;
}
.BgClassName
{
background-color: #C845D4;
}
</style>
border-color css
<style>
span { border-color: #C845D4; }
span { border-color: rgb(200,69,212); }
td.TdClassName
{
border-color: #C845D4;
}
.TagClassName
{
border-color: #C845D4;
}
</style>