Shades of Medium Orchid #C366D7
Tints of Medium Orchid #C366D7
RGB
CMYK
RGB Variations
Color information
#C366D7 (or 0xC366D7) is known color: Medium Orchid. HEX triplet: C3, 66 and D7. RGB value is (195,102,215). Sum of RGB (Red+Green+Blue) = 195+102+215=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #C366D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366D7 is #3C9928. Grayscale: #8E8E8E. Windows color (decimal): -3971369 or 14116547. OLE color: 14116547.
HSL color Cylindrical-coordinate representation of color #C366D7: hue angle of 289.38º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C366D7 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 102 | 215 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.16 |
| HSL | 289.38º | 0.59% | 0.62% | - |
| HSV(B) | 289.38º | 0.53% | 0.84% | - |
| XYZ | 39.52 | 26.01 | 67.23 | - |
| YUV | 142.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 215 | 0.09 | 0.53 | 0 | 0.16 | 289.38 | 0.59 | 0.62 |
| Hex | C3 | 66 | D7 | 9 | 35 | 0 | 10 | 121 | 3B | 3E |
| Octal | 303 | 146 | 327 | 11 | 65 | 0 | 20 | 441 | 73 | 76 |
| Binary | 11000011 | 1100110 | 11010111 | 1001 | 110101 | 0 | 10000 | 100100001 | 111011 | 111110 |
Color Harmonies of #C366D7
Complementary color
Monochromatic Colors of #C366D7
Black with #C366D7
Text Example
Text Example
White with #C366D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366D7; }
p { color: rgb(195,102,215); }
H1.HeaderClassName
{
color: #C366D7;
}
.AnyTagClassName
{
color: #C366D7;
}
</style>
background-color css
<style>
a { background-color: #C366D7; }
a { background-color: rgb(195,102,215); }
div.DivClassName
{
background-color: #C366D7;
}
.BgClassName
{
background-color: #C366D7;
}
</style>
border-color css
<style>
span { border-color: #C366D7; }
span { border-color: rgb(195,102,215); }
td.TdClassName
{
border-color: #C366D7;
}
.TagClassName
{
border-color: #C366D7;
}
</style>