Shades of Medium Orchid #C661D3
Tints of Medium Orchid #C661D3
RGB
CMYK
RGB Variations
Color information
#C661D3 (or 0xC661D3) is known color: Medium Orchid. HEX triplet: C6, 61 and D3. RGB value is (198,97,211). Sum of RGB (Red+Green+Blue) = 198+97+211=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 211 - color contains mainly: blue. Hex color #C661D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661D3 is #399E2C. Grayscale: #8B8B8B. Windows color (decimal): -3776045 or 13853126. OLE color: 13853126.
HSL color Cylindrical-coordinate representation of color #C661D3: hue angle of 293.16º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C661D3 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 97 | 211 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.17 |
| HSL | 293.16º | 0.56% | 0.6% | - |
| HSV(B) | 293.16º | 0.54% | 0.83% | - |
| XYZ | 39.32 | 25.26 | 64.43 | - |
| YUV | 140.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 211 | 0.06 | 0.54 | 0 | 0.17 | 293.16 | 0.56 | 0.6 |
| Hex | C6 | 61 | D3 | 6 | 36 | 0 | 11 | 125 | 38 | 3C |
| Octal | 306 | 141 | 323 | 6 | 66 | 0 | 21 | 445 | 70 | 74 |
| Binary | 11000110 | 1100001 | 11010011 | 110 | 110110 | 0 | 10001 | 100100101 | 111000 | 111100 |
Color Harmonies of #C661D3
Complementary color
Monochromatic Colors of #C661D3
Black with #C661D3
Text Example
Text Example
White with #C661D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C661D3; }
p { color: rgb(198,97,211); }
H1.HeaderClassName
{
color: #C661D3;
}
.AnyTagClassName
{
color: #C661D3;
}
</style>
background-color css
<style>
a { background-color: #C661D3; }
a { background-color: rgb(198,97,211); }
div.DivClassName
{
background-color: #C661D3;
}
.BgClassName
{
background-color: #C661D3;
}
</style>
border-color css
<style>
span { border-color: #C661D3; }
span { border-color: rgb(198,97,211); }
td.TdClassName
{
border-color: #C661D3;
}
.TagClassName
{
border-color: #C661D3;
}
</style>