Shades of Medium Orchid #C266E5
Tints of Medium Orchid #C266E5
RGB
CMYK
RGB Variations
Color information
#C266E5 (or 0xC266E5) is known color: Medium Orchid. HEX triplet: C2, 66 and E5. RGB value is (194,102,229). Sum of RGB (Red+Green+Blue) = 194+102+229=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #C266E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266E5 is #3D991A. Grayscale: #8F8F8F. Windows color (decimal): -4036891 or 15034050. OLE color: 15034050.
HSL color Cylindrical-coordinate representation of color #C266E5: hue angle of 283.46º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C266E5 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 102 | 229 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.10 |
| HSL | 283.46º | 0.71% | 0.65% | - |
| HSV(B) | 283.46º | 0.55% | 0.9% | - |
| XYZ | 41.14 | 26.63 | 77.1 | - |
| YUV | 143.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 229 | 0.15 | 0.55 | 0 | 0.10 | 283.46 | 0.71 | 0.65 |
| Hex | C2 | 66 | E5 | F | 37 | 0 | A | 11B | 47 | 41 |
| Octal | 302 | 146 | 345 | 17 | 67 | 0 | 12 | 433 | 107 | 101 |
| Binary | 11000010 | 1100110 | 11100101 | 1111 | 110111 | 0 | 1010 | 100011011 | 1000111 | 1000001 |
Color Harmonies of #C266E5
Complementary color
Monochromatic Colors of #C266E5
Black with #C266E5
Text Example
Text Example
White with #C266E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266E5; }
p { color: rgb(194,102,229); }
H1.HeaderClassName
{
color: #C266E5;
}
.AnyTagClassName
{
color: #C266E5;
}
</style>
background-color css
<style>
a { background-color: #C266E5; }
a { background-color: rgb(194,102,229); }
div.DivClassName
{
background-color: #C266E5;
}
.BgClassName
{
background-color: #C266E5;
}
</style>
border-color css
<style>
span { border-color: #C266E5; }
span { border-color: rgb(194,102,229); }
td.TdClassName
{
border-color: #C266E5;
}
.TagClassName
{
border-color: #C266E5;
}
</style>