Shades of Medium Orchid #C65DDB
Tints of Medium Orchid #C65DDB
RGB
CMYK
RGB Variations
Color information
#C65DDB (or 0xC65DDB) is known color: Medium Orchid. HEX triplet: C6, 5D and DB. RGB value is (198,93,219). Sum of RGB (Red+Green+Blue) = 198+93+219=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #C65DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DDB is #39A224. Grayscale: #8A8A8A. Windows color (decimal): -3777061 or 14376390. OLE color: 14376390.
HSL color Cylindrical-coordinate representation of color #C65DDB: hue angle of 290º 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 #C65DDB is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 93 | 219 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.14 |
| HSL | 290º | 0.64% | 0.61% | - |
| HSV(B) | 290º | 0.58% | 0.86% | - |
| XYZ | 39.99 | 24.95 | 69.73 | - |
| YUV | 138.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 219 | 0.10 | 0.58 | 0 | 0.14 | 290 | 0.64 | 0.61 |
| Hex | C6 | 5D | DB | A | 3A | 0 | E | 122 | 40 | 3D |
| Octal | 306 | 135 | 333 | 12 | 72 | 0 | 16 | 442 | 100 | 75 |
| Binary | 11000110 | 1011101 | 11011011 | 1010 | 111010 | 0 | 1110 | 100100010 | 1000000 | 111101 |
Color Harmonies of #C65DDB
Complementary color
Monochromatic Colors of #C65DDB
Black with #C65DDB
Text Example
Text Example
White with #C65DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DDB; }
p { color: rgb(198,93,219); }
H1.HeaderClassName
{
color: #C65DDB;
}
.AnyTagClassName
{
color: #C65DDB;
}
</style>
background-color css
<style>
a { background-color: #C65DDB; }
a { background-color: rgb(198,93,219); }
div.DivClassName
{
background-color: #C65DDB;
}
.BgClassName
{
background-color: #C65DDB;
}
</style>
border-color css
<style>
span { border-color: #C65DDB; }
span { border-color: rgb(198,93,219); }
td.TdClassName
{
border-color: #C65DDB;
}
.TagClassName
{
border-color: #C65DDB;
}
</style>