Shades of Medium Orchid #C470DB
Tints of Medium Orchid #C470DB
RGB
CMYK
RGB Variations
Color information
#C470DB (or 0xC470DB) is known color: Medium Orchid. HEX triplet: C4, 70 and DB. RGB value is (196,112,219). Sum of RGB (Red+Green+Blue) = 196+112+219=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #C470DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470DB is #3B8F24. Grayscale: #949494. Windows color (decimal): -3903269 or 14381252. OLE color: 14381252.
HSL color Cylindrical-coordinate representation of color #C470DB: hue angle of 287.1º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C470DB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 112 | 219 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.14 |
| HSL | 287.1º | 0.6% | 0.65% | - |
| HSV(B) | 287.1º | 0.49% | 0.86% | - |
| XYZ | 41.35 | 28.44 | 70.33 | - |
| YUV | 149.31 | 167.33 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 219 | 0.11 | 0.49 | 0 | 0.14 | 287.1 | 0.6 | 0.65 |
| Hex | C4 | 70 | DB | B | 31 | 0 | E | 11F | 3C | 41 |
| Octal | 304 | 160 | 333 | 13 | 61 | 0 | 16 | 437 | 74 | 101 |
| Binary | 11000100 | 1110000 | 11011011 | 1011 | 110001 | 0 | 1110 | 100011111 | 111100 | 1000001 |
Color Harmonies of #C470DB
Complementary color
Monochromatic Colors of #C470DB
Black with #C470DB
Text Example
Text Example
White with #C470DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470DB; }
p { color: rgb(196,112,219); }
H1.HeaderClassName
{
color: #C470DB;
}
.AnyTagClassName
{
color: #C470DB;
}
</style>
background-color css
<style>
a { background-color: #C470DB; }
a { background-color: rgb(196,112,219); }
div.DivClassName
{
background-color: #C470DB;
}
.BgClassName
{
background-color: #C470DB;
}
</style>
border-color css
<style>
span { border-color: #C470DB; }
span { border-color: rgb(196,112,219); }
td.TdClassName
{
border-color: #C470DB;
}
.TagClassName
{
border-color: #C470DB;
}
</style>