Shades of Medium Orchid #C256DB
Tints of Medium Orchid #C256DB
RGB
CMYK
RGB Variations
Color information
#C256DB (or 0xC256DB) is known color: Medium Orchid. HEX triplet: C2, 56 and DB. RGB value is (194,86,219). Sum of RGB (Red+Green+Blue) = 194+86+219=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #C256DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256DB is #3DA924. Grayscale: #858585. Windows color (decimal): -4040997 or 14374594. OLE color: 14374594.
HSL color Cylindrical-coordinate representation of color #C256DB: hue angle of 288.72º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C256DB is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 86 | 219 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.14 |
| HSL | 288.72º | 0.65% | 0.6% | - |
| HSV(B) | 288.72º | 0.61% | 0.86% | - |
| XYZ | 38.36 | 23.24 | 69.48 | - |
| YUV | 133.45 | 176.28 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 219 | 0.11 | 0.61 | 0 | 0.14 | 288.72 | 0.65 | 0.6 |
| Hex | C2 | 56 | DB | B | 3D | 0 | E | 121 | 41 | 3C |
| Octal | 302 | 126 | 333 | 13 | 75 | 0 | 16 | 441 | 101 | 74 |
| Binary | 11000010 | 1010110 | 11011011 | 1011 | 111101 | 0 | 1110 | 100100001 | 1000001 | 111100 |
Color Harmonies of #C256DB
Complementary color
Monochromatic Colors of #C256DB
Black with #C256DB
Text Example
Text Example
White with #C256DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C256DB; }
p { color: rgb(194,86,219); }
H1.HeaderClassName
{
color: #C256DB;
}
.AnyTagClassName
{
color: #C256DB;
}
</style>
background-color css
<style>
a { background-color: #C256DB; }
a { background-color: rgb(194,86,219); }
div.DivClassName
{
background-color: #C256DB;
}
.BgClassName
{
background-color: #C256DB;
}
</style>
border-color css
<style>
span { border-color: #C256DB; }
span { border-color: rgb(194,86,219); }
td.TdClassName
{
border-color: #C256DB;
}
.TagClassName
{
border-color: #C256DB;
}
</style>