Shades of Medium Orchid #C245DB
Tints of Medium Orchid #C245DB
RGB
CMYK
RGB Variations
Color information
#C245DB (or 0xC245DB) is known color: Medium Orchid. HEX triplet: C2, 45 and DB. RGB value is (194,69,219). Sum of RGB (Red+Green+Blue) = 194+69+219=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #C245DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245DB is #3DBA24. Grayscale: #7B7B7B. Windows color (decimal): -4045349 or 14370242. OLE color: 14370242.
HSL color Cylindrical-coordinate representation of color #C245DB: hue angle of 290º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C245DB is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 69 | 219 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.14 |
| HSL | 290º | 0.68% | 0.56% | - |
| HSV(B) | 290º | 0.68% | 0.86% | - |
| XYZ | 37.16 | 20.84 | 69.08 | - |
| YUV | 123.48 | 181.91 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 219 | 0.11 | 0.68 | 0 | 0.14 | 290 | 0.68 | 0.56 |
| Hex | C2 | 45 | DB | B | 44 | 0 | E | 122 | 44 | 38 |
| Octal | 302 | 105 | 333 | 13 | 104 | 0 | 16 | 442 | 104 | 70 |
| Binary | 11000010 | 1000101 | 11011011 | 1011 | 1000100 | 0 | 1110 | 100100010 | 1000100 | 111000 |
Color Harmonies of #C245DB
Complementary color
Monochromatic Colors of #C245DB
Black with #C245DB
Text Example
Text Example
White with #C245DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245DB; }
p { color: rgb(194,69,219); }
H1.HeaderClassName
{
color: #C245DB;
}
.AnyTagClassName
{
color: #C245DB;
}
</style>
background-color css
<style>
a { background-color: #C245DB; }
a { background-color: rgb(194,69,219); }
div.DivClassName
{
background-color: #C245DB;
}
.BgClassName
{
background-color: #C245DB;
}
</style>
border-color css
<style>
span { border-color: #C245DB; }
span { border-color: rgb(194,69,219); }
td.TdClassName
{
border-color: #C245DB;
}
.TagClassName
{
border-color: #C245DB;
}
</style>