Shades of Medium Orchid #C65CDB
Tints of Medium Orchid #C65CDB
RGB
CMYK
RGB Variations
Color information
#C65CDB (or 0xC65CDB) is known color: Medium Orchid. HEX triplet: C6, 5C and DB. RGB value is (198,92,219). Sum of RGB (Red+Green+Blue) = 198+92+219=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #C65CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CDB is #39A324. Grayscale: #898989. Windows color (decimal): -3777317 or 14376134. OLE color: 14376134.
HSL color Cylindrical-coordinate representation of color #C65CDB: hue angle of 290.08º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65CDB is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 92 | 219 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.14 |
| HSL | 290.08º | 0.64% | 0.61% | - |
| HSV(B) | 290.08º | 0.58% | 0.86% | - |
| XYZ | 39.9 | 24.77 | 69.7 | - |
| YUV | 138.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 219 | 0.10 | 0.58 | 0 | 0.14 | 290.08 | 0.64 | 0.61 |
| Hex | C6 | 5C | DB | A | 3A | 0 | E | 122 | 40 | 3D |
| Octal | 306 | 134 | 333 | 12 | 72 | 0 | 16 | 442 | 100 | 75 |
| Binary | 11000110 | 1011100 | 11011011 | 1010 | 111010 | 0 | 1110 | 100100010 | 1000000 | 111101 |
Color Harmonies of #C65CDB
Complementary color
Monochromatic Colors of #C65CDB
Black with #C65CDB
Text Example
Text Example
White with #C65CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65CDB; }
p { color: rgb(198,92,219); }
H1.HeaderClassName
{
color: #C65CDB;
}
.AnyTagClassName
{
color: #C65CDB;
}
</style>
background-color css
<style>
a { background-color: #C65CDB; }
a { background-color: rgb(198,92,219); }
div.DivClassName
{
background-color: #C65CDB;
}
.BgClassName
{
background-color: #C65CDB;
}
</style>
border-color css
<style>
span { border-color: #C65CDB; }
span { border-color: rgb(198,92,219); }
td.TdClassName
{
border-color: #C65CDB;
}
.TagClassName
{
border-color: #C65CDB;
}
</style>