Shades of Medium Orchid #C845D6
Tints of Medium Orchid #C845D6
RGB
CMYK
RGB Variations
Color information
#C845D6 (or 0xC845D6) is known color: Medium Orchid. HEX triplet: C8, 45 and D6. RGB value is (200,69,214). Sum of RGB (Red+Green+Blue) = 200+69+214=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #C845D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845D6 is #37BA29. Grayscale: #7C7C7C. Windows color (decimal): -3652138 or 14042568. OLE color: 14042568.
HSL color Cylindrical-coordinate representation of color #C845D6: hue angle of 294.21º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C845D6 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 69 | 214 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.16 |
| HSL | 294.21º | 0.64% | 0.55% | - |
| HSV(B) | 294.21º | 0.68% | 0.84% | - |
| XYZ | 38.09 | 21.39 | 65.74 | - |
| YUV | 124.7 | 178.4 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 214 | 0.07 | 0.68 | 0 | 0.16 | 294.21 | 0.64 | 0.55 |
| Hex | C8 | 45 | D6 | 7 | 44 | 0 | 10 | 126 | 40 | 37 |
| Octal | 310 | 105 | 326 | 7 | 104 | 0 | 20 | 446 | 100 | 67 |
| Binary | 11001000 | 1000101 | 11010110 | 111 | 1000100 | 0 | 10000 | 100100110 | 1000000 | 110111 |
Color Harmonies of #C845D6
Complementary color
Monochromatic Colors of #C845D6
Black with #C845D6
Text Example
Text Example
White with #C845D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845D6; }
p { color: rgb(200,69,214); }
H1.HeaderClassName
{
color: #C845D6;
}
.AnyTagClassName
{
color: #C845D6;
}
</style>
background-color css
<style>
a { background-color: #C845D6; }
a { background-color: rgb(200,69,214); }
div.DivClassName
{
background-color: #C845D6;
}
.BgClassName
{
background-color: #C845D6;
}
</style>
border-color css
<style>
span { border-color: #C845D6; }
span { border-color: rgb(200,69,214); }
td.TdClassName
{
border-color: #C845D6;
}
.TagClassName
{
border-color: #C845D6;
}
</style>