Shades of Medium Orchid #C060DB
Tints of Medium Orchid #C060DB
RGB
CMYK
RGB Variations
Color information
#C060DB (or 0xC060DB) is known color: Medium Orchid. HEX triplet: C0, 60 and DB. RGB value is (192,96,219). Sum of RGB (Red+Green+Blue) = 192+96+219=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #C060DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060DB is #3F9F24. Grayscale: #8A8A8A. Windows color (decimal): -4169509 or 14377152. OLE color: 14377152.
HSL color Cylindrical-coordinate representation of color #C060DB: hue angle of 286.83º 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 #C060DB is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 96 | 219 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.14 |
| HSL | 286.83º | 0.63% | 0.62% | - |
| HSV(B) | 286.83º | 0.56% | 0.86% | - |
| XYZ | 38.71 | 24.69 | 69.74 | - |
| YUV | 138.73 | 173.3 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 219 | 0.12 | 0.56 | 0 | 0.14 | 286.83 | 0.63 | 0.62 |
| Hex | C0 | 60 | DB | C | 38 | 0 | E | 11F | 3F | 3E |
| Octal | 300 | 140 | 333 | 14 | 70 | 0 | 16 | 437 | 77 | 76 |
| Binary | 11000000 | 1100000 | 11011011 | 1100 | 111000 | 0 | 1110 | 100011111 | 111111 | 111110 |
Color Harmonies of #C060DB
Complementary color
Monochromatic Colors of #C060DB
Black with #C060DB
Text Example
Text Example
White with #C060DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060DB; }
p { color: rgb(192,96,219); }
H1.HeaderClassName
{
color: #C060DB;
}
.AnyTagClassName
{
color: #C060DB;
}
</style>
background-color css
<style>
a { background-color: #C060DB; }
a { background-color: rgb(192,96,219); }
div.DivClassName
{
background-color: #C060DB;
}
.BgClassName
{
background-color: #C060DB;
}
</style>
border-color css
<style>
span { border-color: #C060DB; }
span { border-color: rgb(192,96,219); }
td.TdClassName
{
border-color: #C060DB;
}
.TagClassName
{
border-color: #C060DB;
}
</style>