Shades of Medium Orchid #C26AD2
Tints of Medium Orchid #C26AD2
RGB
CMYK
RGB Variations
Color information
#C26AD2 (or 0xC26AD2) is known color: Medium Orchid. HEX triplet: C2, 6A and D2. RGB value is (194,106,210). Sum of RGB (Red+Green+Blue) = 194+106+210=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 210 - color contains mainly: blue. Hex color #C26AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26AD2 is #3D952D. Grayscale: #8F8F8F. Windows color (decimal): -4035886 or 13789890. OLE color: 13789890.
HSL color Cylindrical-coordinate representation of color #C26AD2: hue angle of 290.77º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26AD2 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 106 | 210 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.18 |
| HSL | 290.77º | 0.54% | 0.62% | - |
| HSV(B) | 290.77º | 0.5% | 0.82% | - |
| XYZ | 39.04 | 26.43 | 64.02 | - |
| YUV | 144.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 210 | 0.08 | 0.50 | 0 | 0.18 | 290.77 | 0.54 | 0.62 |
| Hex | C2 | 6A | D2 | 8 | 32 | 0 | 12 | 123 | 36 | 3E |
| Octal | 302 | 152 | 322 | 10 | 62 | 0 | 22 | 443 | 66 | 76 |
| Binary | 11000010 | 1101010 | 11010010 | 1000 | 110010 | 0 | 10010 | 100100011 | 110110 | 111110 |
Color Harmonies of #C26AD2
Complementary color
Monochromatic Colors of #C26AD2
Black with #C26AD2
Text Example
Text Example
White with #C26AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26AD2; }
p { color: rgb(194,106,210); }
H1.HeaderClassName
{
color: #C26AD2;
}
.AnyTagClassName
{
color: #C26AD2;
}
</style>
background-color css
<style>
a { background-color: #C26AD2; }
a { background-color: rgb(194,106,210); }
div.DivClassName
{
background-color: #C26AD2;
}
.BgClassName
{
background-color: #C26AD2;
}
</style>
border-color css
<style>
span { border-color: #C26AD2; }
span { border-color: rgb(194,106,210); }
td.TdClassName
{
border-color: #C26AD2;
}
.TagClassName
{
border-color: #C26AD2;
}
</style>