Shades of Medium Orchid #C658DB
Tints of Medium Orchid #C658DB
RGB
CMYK
RGB Variations
Color information
#C658DB (or 0xC658DB) is known color: Medium Orchid. HEX triplet: C6, 58 and DB. RGB value is (198,88,219). Sum of RGB (Red+Green+Blue) = 198+88+219=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #C658DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C658DB is #39A724. Grayscale: #878787. Windows color (decimal): -3778341 or 14375110. OLE color: 14375110.
HSL color Cylindrical-coordinate representation of color #C658DB: hue angle of 290.38º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C658DB is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 88 | 219 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.14 |
| HSL | 290.38º | 0.65% | 0.6% | - |
| HSV(B) | 290.38º | 0.6% | 0.86% | - |
| XYZ | 39.56 | 24.1 | 69.58 | - |
| YUV | 135.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 219 | 0.10 | 0.60 | 0 | 0.14 | 290.38 | 0.65 | 0.6 |
| Hex | C6 | 58 | DB | A | 3C | 0 | E | 122 | 41 | 3C |
| Octal | 306 | 130 | 333 | 12 | 74 | 0 | 16 | 442 | 101 | 74 |
| Binary | 11000110 | 1011000 | 11011011 | 1010 | 111100 | 0 | 1110 | 100100010 | 1000001 | 111100 |
Color Harmonies of #C658DB
Complementary color
Monochromatic Colors of #C658DB
Black with #C658DB
Text Example
Text Example
White with #C658DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C658DB; }
p { color: rgb(198,88,219); }
H1.HeaderClassName
{
color: #C658DB;
}
.AnyTagClassName
{
color: #C658DB;
}
</style>
background-color css
<style>
a { background-color: #C658DB; }
a { background-color: rgb(198,88,219); }
div.DivClassName
{
background-color: #C658DB;
}
.BgClassName
{
background-color: #C658DB;
}
</style>
border-color css
<style>
span { border-color: #C658DB; }
span { border-color: rgb(198,88,219); }
td.TdClassName
{
border-color: #C658DB;
}
.TagClassName
{
border-color: #C658DB;
}
</style>