Shades of Medium Orchid #C05FDB
Tints of Medium Orchid #C05FDB
RGB
CMYK
RGB Variations
Color information
#C05FDB (or 0xC05FDB) is known color: Medium Orchid. HEX triplet: C0, 5F and DB. RGB value is (192,95,219). Sum of RGB (Red+Green+Blue) = 192+95+219=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #C05FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FDB is #3FA024. Grayscale: #898989. Windows color (decimal): -4169765 or 14376896. OLE color: 14376896.
HSL color Cylindrical-coordinate representation of color #C05FDB: hue angle of 286.94º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05FDB is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 95 | 219 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.14 |
| HSL | 286.94º | 0.63% | 0.62% | - |
| HSV(B) | 286.94º | 0.57% | 0.86% | - |
| XYZ | 38.62 | 24.51 | 69.71 | - |
| YUV | 138.14 | 173.64 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 219 | 0.12 | 0.57 | 0 | 0.14 | 286.94 | 0.63 | 0.62 |
| Hex | C0 | 5F | DB | C | 39 | 0 | E | 11F | 3F | 3E |
| Octal | 300 | 137 | 333 | 14 | 71 | 0 | 16 | 437 | 77 | 76 |
| Binary | 11000000 | 1011111 | 11011011 | 1100 | 111001 | 0 | 1110 | 100011111 | 111111 | 111110 |
Color Harmonies of #C05FDB
Complementary color
Monochromatic Colors of #C05FDB
Black with #C05FDB
Text Example
Text Example
White with #C05FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FDB; }
p { color: rgb(192,95,219); }
H1.HeaderClassName
{
color: #C05FDB;
}
.AnyTagClassName
{
color: #C05FDB;
}
</style>
background-color css
<style>
a { background-color: #C05FDB; }
a { background-color: rgb(192,95,219); }
div.DivClassName
{
background-color: #C05FDB;
}
.BgClassName
{
background-color: #C05FDB;
}
</style>
border-color css
<style>
span { border-color: #C05FDB; }
span { border-color: rgb(192,95,219); }
td.TdClassName
{
border-color: #C05FDB;
}
.TagClassName
{
border-color: #C05FDB;
}
</style>