Shades of Medium Orchid #C460DB
Tints of Medium Orchid #C460DB
RGB
CMYK
RGB Variations
Color information
#C460DB (or 0xC460DB) is known color: Medium Orchid. HEX triplet: C4, 60 and DB. RGB value is (196,96,219). Sum of RGB (Red+Green+Blue) = 196+96+219=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #C460DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460DB is #3B9F24. Grayscale: #8B8B8B. Windows color (decimal): -3907365 or 14377156. OLE color: 14377156.
HSL color Cylindrical-coordinate representation of color #C460DB: hue angle of 288.78º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C460DB is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 96 | 219 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.14 |
| HSL | 288.78º | 0.63% | 0.62% | - |
| HSV(B) | 288.78º | 0.56% | 0.86% | - |
| XYZ | 39.73 | 25.22 | 69.79 | - |
| YUV | 139.92 | 172.63 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 219 | 0.11 | 0.56 | 0 | 0.14 | 288.78 | 0.63 | 0.62 |
| Hex | C4 | 60 | DB | B | 38 | 0 | E | 121 | 3F | 3E |
| Octal | 304 | 140 | 333 | 13 | 70 | 0 | 16 | 441 | 77 | 76 |
| Binary | 11000100 | 1100000 | 11011011 | 1011 | 111000 | 0 | 1110 | 100100001 | 111111 | 111110 |
Color Harmonies of #C460DB
Complementary color
Monochromatic Colors of #C460DB
Black with #C460DB
Text Example
Text Example
White with #C460DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C460DB; }
p { color: rgb(196,96,219); }
H1.HeaderClassName
{
color: #C460DB;
}
.AnyTagClassName
{
color: #C460DB;
}
</style>
background-color css
<style>
a { background-color: #C460DB; }
a { background-color: rgb(196,96,219); }
div.DivClassName
{
background-color: #C460DB;
}
.BgClassName
{
background-color: #C460DB;
}
</style>
border-color css
<style>
span { border-color: #C460DB; }
span { border-color: rgb(196,96,219); }
td.TdClassName
{
border-color: #C460DB;
}
.TagClassName
{
border-color: #C460DB;
}
</style>