Shades of Medium Orchid #C665D1
Tints of Medium Orchid #C665D1
RGB
CMYK
RGB Variations
Color information
#C665D1 (or 0xC665D1) is known color: Medium Orchid. HEX triplet: C6, 65 and D1. RGB value is (198,101,209). Sum of RGB (Red+Green+Blue) = 198+101+209=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #C665D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665D1 is #399A2E. Grayscale: #8D8D8D. Windows color (decimal): -3775023 or 13723078. OLE color: 13723078.
HSL color Cylindrical-coordinate representation of color #C665D1: hue angle of 293.89º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C665D1 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 101 | 209 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.18 |
| HSL | 293.89º | 0.54% | 0.61% | - |
| HSV(B) | 293.89º | 0.52% | 0.82% | - |
| XYZ | 39.45 | 25.92 | 63.24 | - |
| YUV | 142.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 209 | 0.05 | 0.52 | 0 | 0.18 | 293.89 | 0.54 | 0.61 |
| Hex | C6 | 65 | D1 | 5 | 34 | 0 | 12 | 126 | 36 | 3D |
| Octal | 306 | 145 | 321 | 5 | 64 | 0 | 22 | 446 | 66 | 75 |
| Binary | 11000110 | 1100101 | 11010001 | 101 | 110100 | 0 | 10010 | 100100110 | 110110 | 111101 |
Color Harmonies of #C665D1
Complementary color
Monochromatic Colors of #C665D1
Black with #C665D1
Text Example
Text Example
White with #C665D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665D1; }
p { color: rgb(198,101,209); }
H1.HeaderClassName
{
color: #C665D1;
}
.AnyTagClassName
{
color: #C665D1;
}
</style>
background-color css
<style>
a { background-color: #C665D1; }
a { background-color: rgb(198,101,209); }
div.DivClassName
{
background-color: #C665D1;
}
.BgClassName
{
background-color: #C665D1;
}
</style>
border-color css
<style>
span { border-color: #C665D1; }
span { border-color: rgb(198,101,209); }
td.TdClassName
{
border-color: #C665D1;
}
.TagClassName
{
border-color: #C665D1;
}
</style>