Shades of Medium Orchid #C261CE
Tints of Medium Orchid #C261CE
RGB
CMYK
RGB Variations
Color information
#C261CE (or 0xC261CE) is known color: Medium Orchid. HEX triplet: C2, 61 and CE. RGB value is (194,97,206). Sum of RGB (Red+Green+Blue) = 194+97+206=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #C261CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C261CE is #3D9E31. Grayscale: #8A8A8A. Windows color (decimal): -4038194 or 13525442. OLE color: 13525442.
HSL color Cylindrical-coordinate representation of color #C261CE: hue angle of 293.39º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C261CE is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 97 | 206 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.19 |
| HSL | 293.39º | 0.53% | 0.59% | - |
| HSV(B) | 293.39º | 0.53% | 0.81% | - |
| XYZ | 37.66 | 24.47 | 61.13 | - |
| YUV | 138.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 206 | 0.06 | 0.53 | 0 | 0.19 | 293.39 | 0.53 | 0.59 |
| Hex | C2 | 61 | CE | 6 | 35 | 0 | 13 | 125 | 35 | 3B |
| Octal | 302 | 141 | 316 | 6 | 65 | 0 | 23 | 445 | 65 | 73 |
| Binary | 11000010 | 1100001 | 11001110 | 110 | 110101 | 0 | 10011 | 100100101 | 110101 | 111011 |
Color Harmonies of #C261CE
Complementary color
Monochromatic Colors of #C261CE
Black with #C261CE
Text Example
Text Example
White with #C261CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261CE; }
p { color: rgb(194,97,206); }
H1.HeaderClassName
{
color: #C261CE;
}
.AnyTagClassName
{
color: #C261CE;
}
</style>
background-color css
<style>
a { background-color: #C261CE; }
a { background-color: rgb(194,97,206); }
div.DivClassName
{
background-color: #C261CE;
}
.BgClassName
{
background-color: #C261CE;
}
</style>
border-color css
<style>
span { border-color: #C261CE; }
span { border-color: rgb(194,97,206); }
td.TdClassName
{
border-color: #C261CE;
}
.TagClassName
{
border-color: #C261CE;
}
</style>