Shades of Medium Orchid #C243DB
Tints of Medium Orchid #C243DB
RGB
CMYK
RGB Variations
Color information
#C243DB (or 0xC243DB) is known color: Medium Orchid. HEX triplet: C2, 43 and DB. RGB value is (194,67,219). Sum of RGB (Red+Green+Blue) = 194+67+219=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #C243DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243DB is #3DBC24. Grayscale: #797979. Windows color (decimal): -4045861 or 14369730. OLE color: 14369730.
HSL color Cylindrical-coordinate representation of color #C243DB: hue angle of 290.13º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C243DB is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 67 | 219 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.14 |
| HSL | 290.13º | 0.68% | 0.56% | - |
| HSV(B) | 290.13º | 0.69% | 0.86% | - |
| XYZ | 37.04 | 20.6 | 69.04 | - |
| YUV | 122.3 | 182.58 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 219 | 0.11 | 0.69 | 0 | 0.14 | 290.13 | 0.68 | 0.56 |
| Hex | C2 | 43 | DB | B | 45 | 0 | E | 122 | 44 | 38 |
| Octal | 302 | 103 | 333 | 13 | 105 | 0 | 16 | 442 | 104 | 70 |
| Binary | 11000010 | 1000011 | 11011011 | 1011 | 1000101 | 0 | 1110 | 100100010 | 1000100 | 111000 |
Color Harmonies of #C243DB
Complementary color
Monochromatic Colors of #C243DB
Black with #C243DB
Text Example
Text Example
White with #C243DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243DB; }
p { color: rgb(194,67,219); }
H1.HeaderClassName
{
color: #C243DB;
}
.AnyTagClassName
{
color: #C243DB;
}
</style>
background-color css
<style>
a { background-color: #C243DB; }
a { background-color: rgb(194,67,219); }
div.DivClassName
{
background-color: #C243DB;
}
.BgClassName
{
background-color: #C243DB;
}
</style>
border-color css
<style>
span { border-color: #C243DB; }
span { border-color: rgb(194,67,219); }
td.TdClassName
{
border-color: #C243DB;
}
.TagClassName
{
border-color: #C243DB;
}
</style>