Shades of Medium Orchid #C366EB
Tints of Medium Orchid #C366EB
RGB
CMYK
RGB Variations
Color information
#C366EB (or 0xC366EB) is known color: Medium Orchid. HEX triplet: C3, 66 and EB. RGB value is (195,102,235). Sum of RGB (Red+Green+Blue) = 195+102+235=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #C366EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C366EB is #3C9914. Grayscale: #909090. Windows color (decimal): -3971349 or 15427267. OLE color: 15427267.
HSL color Cylindrical-coordinate representation of color #C366EB: hue angle of 281.95º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C366EB is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 102 | 235 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.08 |
| HSL | 281.95º | 0.77% | 0.66% | - |
| HSV(B) | 281.95º | 0.57% | 0.92% | - |
| XYZ | 42.25 | 27.1 | 81.6 | - |
| YUV | 144.97 | 178.81 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 235 | 0.17 | 0.57 | 0 | 0.08 | 281.95 | 0.77 | 0.66 |
| Hex | C3 | 66 | EB | 11 | 39 | 0 | 8 | 11A | 4D | 42 |
| Octal | 303 | 146 | 353 | 21 | 71 | 0 | 10 | 432 | 115 | 102 |
| Binary | 11000011 | 1100110 | 11101011 | 10001 | 111001 | 0 | 1000 | 100011010 | 1001101 | 1000010 |
Color Harmonies of #C366EB
Complementary color
Monochromatic Colors of #C366EB
Black with #C366EB
Text Example
Text Example
White with #C366EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366EB; }
p { color: rgb(195,102,235); }
H1.HeaderClassName
{
color: #C366EB;
}
.AnyTagClassName
{
color: #C366EB;
}
</style>
background-color css
<style>
a { background-color: #C366EB; }
a { background-color: rgb(195,102,235); }
div.DivClassName
{
background-color: #C366EB;
}
.BgClassName
{
background-color: #C366EB;
}
</style>
border-color css
<style>
span { border-color: #C366EB; }
span { border-color: rgb(195,102,235); }
td.TdClassName
{
border-color: #C366EB;
}
.TagClassName
{
border-color: #C366EB;
}
</style>