Shades of Medium Orchid #C661D4
Tints of Medium Orchid #C661D4
RGB
CMYK
RGB Variations
Color information
#C661D4 (or 0xC661D4) is known color: Medium Orchid. HEX triplet: C6, 61 and D4. RGB value is (198,97,212). Sum of RGB (Red+Green+Blue) = 198+97+212=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 212 - color contains mainly: blue. Hex color #C661D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661D4 is #399E2B. Grayscale: #8B8B8B. Windows color (decimal): -3776044 or 13918662. OLE color: 13918662.
HSL color Cylindrical-coordinate representation of color #C661D4: hue angle of 292.7º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C661D4 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 97 | 212 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.17 |
| HSL | 292.7º | 0.57% | 0.61% | - |
| HSV(B) | 292.7º | 0.54% | 0.83% | - |
| XYZ | 39.45 | 25.31 | 65.09 | - |
| YUV | 140.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 212 | 0.07 | 0.54 | 0 | 0.17 | 292.7 | 0.57 | 0.61 |
| Hex | C6 | 61 | D4 | 7 | 36 | 0 | 11 | 125 | 39 | 3D |
| Octal | 306 | 141 | 324 | 7 | 66 | 0 | 21 | 445 | 71 | 75 |
| Binary | 11000110 | 1100001 | 11010100 | 111 | 110110 | 0 | 10001 | 100100101 | 111001 | 111101 |
Color Harmonies of #C661D4
Complementary color
Monochromatic Colors of #C661D4
Black with #C661D4
Text Example
Text Example
White with #C661D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C661D4; }
p { color: rgb(198,97,212); }
H1.HeaderClassName
{
color: #C661D4;
}
.AnyTagClassName
{
color: #C661D4;
}
</style>
background-color css
<style>
a { background-color: #C661D4; }
a { background-color: rgb(198,97,212); }
div.DivClassName
{
background-color: #C661D4;
}
.BgClassName
{
background-color: #C661D4;
}
</style>
border-color css
<style>
span { border-color: #C661D4; }
span { border-color: rgb(198,97,212); }
td.TdClassName
{
border-color: #C661D4;
}
.TagClassName
{
border-color: #C661D4;
}
</style>