Shades of Medium Orchid #C26DD2
Tints of Medium Orchid #C26DD2
RGB
CMYK
RGB Variations
Color information
#C26DD2 (or 0xC26DD2) is known color: Medium Orchid. HEX triplet: C2, 6D and D2. RGB value is (194,109,210). Sum of RGB (Red+Green+Blue) = 194+109+210=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #C26DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DD2 is #3D922D. Grayscale: #919191. Windows color (decimal): -4035118 or 13790658. OLE color: 13790658.
HSL color Cylindrical-coordinate representation of color #C26DD2: hue angle of 290.5º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26DD2 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 109 | 210 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.18 |
| HSL | 290.5º | 0.53% | 0.63% | - |
| HSV(B) | 290.5º | 0.48% | 0.82% | - |
| XYZ | 39.35 | 27.06 | 64.12 | - |
| YUV | 145.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 210 | 0.08 | 0.48 | 0 | 0.18 | 290.5 | 0.53 | 0.63 |
| Hex | C2 | 6D | D2 | 8 | 30 | 0 | 12 | 122 | 35 | 3F |
| Octal | 302 | 155 | 322 | 10 | 60 | 0 | 22 | 442 | 65 | 77 |
| Binary | 11000010 | 1101101 | 11010010 | 1000 | 110000 | 0 | 10010 | 100100010 | 110101 | 111111 |
Color Harmonies of #C26DD2
Complementary color
Monochromatic Colors of #C26DD2
Black with #C26DD2
Text Example
Text Example
White with #C26DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26DD2; }
p { color: rgb(194,109,210); }
H1.HeaderClassName
{
color: #C26DD2;
}
.AnyTagClassName
{
color: #C26DD2;
}
</style>
background-color css
<style>
a { background-color: #C26DD2; }
a { background-color: rgb(194,109,210); }
div.DivClassName
{
background-color: #C26DD2;
}
.BgClassName
{
background-color: #C26DD2;
}
</style>
border-color css
<style>
span { border-color: #C26DD2; }
span { border-color: rgb(194,109,210); }
td.TdClassName
{
border-color: #C26DD2;
}
.TagClassName
{
border-color: #C26DD2;
}
</style>