Shades of Medium Orchid #C360D1
Tints of Medium Orchid #C360D1
RGB
CMYK
RGB Variations
Color information
#C360D1 (or 0xC360D1) is known color: Medium Orchid. HEX triplet: C3, 60 and D1. RGB value is (195,96,209). Sum of RGB (Red+Green+Blue) = 195+96+209=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #C360D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360D1 is #3C9F2E. Grayscale: #8A8A8A. Windows color (decimal): -3972911 or 13721795. OLE color: 13721795.
HSL color Cylindrical-coordinate representation of color #C360D1: hue angle of 292.57º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C360D1 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 96 | 209 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.18 |
| HSL | 292.57º | 0.55% | 0.6% | - |
| HSV(B) | 292.57º | 0.54% | 0.82% | - |
| XYZ | 38.2 | 24.57 | 63.05 | - |
| YUV | 138.48 | 167.8 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 209 | 0.07 | 0.54 | 0 | 0.18 | 292.57 | 0.55 | 0.6 |
| Hex | C3 | 60 | D1 | 7 | 36 | 0 | 12 | 125 | 37 | 3C |
| Octal | 303 | 140 | 321 | 7 | 66 | 0 | 22 | 445 | 67 | 74 |
| Binary | 11000011 | 1100000 | 11010001 | 111 | 110110 | 0 | 10010 | 100100101 | 110111 | 111100 |
Color Harmonies of #C360D1
Complementary color
Monochromatic Colors of #C360D1
Black with #C360D1
Text Example
Text Example
White with #C360D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C360D1; }
p { color: rgb(195,96,209); }
H1.HeaderClassName
{
color: #C360D1;
}
.AnyTagClassName
{
color: #C360D1;
}
</style>
background-color css
<style>
a { background-color: #C360D1; }
a { background-color: rgb(195,96,209); }
div.DivClassName
{
background-color: #C360D1;
}
.BgClassName
{
background-color: #C360D1;
}
</style>
border-color css
<style>
span { border-color: #C360D1; }
span { border-color: rgb(195,96,209); }
td.TdClassName
{
border-color: #C360D1;
}
.TagClassName
{
border-color: #C360D1;
}
</style>