Shades of Medium Orchid #C261DB
Tints of Medium Orchid #C261DB
RGB
CMYK
RGB Variations
Color information
#C261DB (or 0xC261DB) is known color: Medium Orchid. HEX triplet: C2, 61 and DB. RGB value is (194,97,219). Sum of RGB (Red+Green+Blue) = 194+97+219=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 97 (38.28% from 255 or 19.02% 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 #C261DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C261DB is #3D9E24. Grayscale: #8B8B8B. Windows color (decimal): -4038181 or 14377410. OLE color: 14377410.
HSL color Cylindrical-coordinate representation of color #C261DB: hue angle of 287.7º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C261DB is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 97 | 219 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.14 |
| HSL | 287.7º | 0.63% | 0.62% | - |
| HSV(B) | 287.7º | 0.56% | 0.86% | - |
| XYZ | 39.31 | 25.13 | 69.8 | - |
| YUV | 139.91 | 172.64 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 219 | 0.11 | 0.56 | 0 | 0.14 | 287.7 | 0.63 | 0.62 |
| Hex | C2 | 61 | DB | B | 38 | 0 | E | 120 | 3F | 3E |
| Octal | 302 | 141 | 333 | 13 | 70 | 0 | 16 | 440 | 77 | 76 |
| Binary | 11000010 | 1100001 | 11011011 | 1011 | 111000 | 0 | 1110 | 100100000 | 111111 | 111110 |
Color Harmonies of #C261DB
Complementary color
Monochromatic Colors of #C261DB
Black with #C261DB
Text Example
Text Example
White with #C261DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261DB; }
p { color: rgb(194,97,219); }
H1.HeaderClassName
{
color: #C261DB;
}
.AnyTagClassName
{
color: #C261DB;
}
</style>
background-color css
<style>
a { background-color: #C261DB; }
a { background-color: rgb(194,97,219); }
div.DivClassName
{
background-color: #C261DB;
}
.BgClassName
{
background-color: #C261DB;
}
</style>
border-color css
<style>
span { border-color: #C261DB; }
span { border-color: rgb(194,97,219); }
td.TdClassName
{
border-color: #C261DB;
}
.TagClassName
{
border-color: #C261DB;
}
</style>