Shades of Medium Orchid #C266D1
Tints of Medium Orchid #C266D1
RGB
CMYK
RGB Variations
Color information
#C266D1 (or 0xC266D1) is known color: Medium Orchid. HEX triplet: C2, 66 and D1. RGB value is (194,102,209). Sum of RGB (Red+Green+Blue) = 194+102+209=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #C266D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266D1 is #3D992E. Grayscale: #8D8D8D. Windows color (decimal): -4036911 or 13723330. OLE color: 13723330.
HSL color Cylindrical-coordinate representation of color #C266D1: hue angle of 291.59º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C266D1 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 102 | 209 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.18 |
| HSL | 291.59º | 0.54% | 0.61% | - |
| HSV(B) | 291.59º | 0.51% | 0.82% | - |
| XYZ | 38.51 | 25.58 | 63.23 | - |
| YUV | 141.71 | 165.98 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 209 | 0.07 | 0.51 | 0 | 0.18 | 291.59 | 0.54 | 0.61 |
| Hex | C2 | 66 | D1 | 7 | 33 | 0 | 12 | 124 | 36 | 3D |
| Octal | 302 | 146 | 321 | 7 | 63 | 0 | 22 | 444 | 66 | 75 |
| Binary | 11000010 | 1100110 | 11010001 | 111 | 110011 | 0 | 10010 | 100100100 | 110110 | 111101 |
Color Harmonies of #C266D1
Complementary color
Monochromatic Colors of #C266D1
Black with #C266D1
Text Example
Text Example
White with #C266D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266D1; }
p { color: rgb(194,102,209); }
H1.HeaderClassName
{
color: #C266D1;
}
.AnyTagClassName
{
color: #C266D1;
}
</style>
background-color css
<style>
a { background-color: #C266D1; }
a { background-color: rgb(194,102,209); }
div.DivClassName
{
background-color: #C266D1;
}
.BgClassName
{
background-color: #C266D1;
}
</style>
border-color css
<style>
span { border-color: #C266D1; }
span { border-color: rgb(194,102,209); }
td.TdClassName
{
border-color: #C266D1;
}
.TagClassName
{
border-color: #C266D1;
}
</style>