Shades of Medium Orchid #C360CE
Tints of Medium Orchid #C360CE
RGB
CMYK
RGB Variations
Color information
#C360CE (or 0xC360CE) is known color: Medium Orchid. HEX triplet: C3, 60 and CE. RGB value is (195,96,206). Sum of RGB (Red+Green+Blue) = 195+96+206=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #C360CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360CE is #3C9F31. Grayscale: #898989. Windows color (decimal): -3972914 or 13525187. OLE color: 13525187.
HSL color Cylindrical-coordinate representation of color #C360CE: hue angle of 294º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C360CE is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 96 | 206 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.19 |
| HSL | 294º | 0.53% | 0.59% | - |
| HSV(B) | 294º | 0.53% | 0.81% | - |
| XYZ | 37.83 | 24.42 | 61.11 | - |
| YUV | 138.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 206 | 0.05 | 0.53 | 0 | 0.19 | 294 | 0.53 | 0.59 |
| Hex | C3 | 60 | CE | 5 | 35 | 0 | 13 | 126 | 35 | 3B |
| Octal | 303 | 140 | 316 | 5 | 65 | 0 | 23 | 446 | 65 | 73 |
| Binary | 11000011 | 1100000 | 11001110 | 101 | 110101 | 0 | 10011 | 100100110 | 110101 | 111011 |
Color Harmonies of #C360CE
Complementary color
Monochromatic Colors of #C360CE
Black with #C360CE
Text Example
Text Example
White with #C360CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C360CE; }
p { color: rgb(195,96,206); }
H1.HeaderClassName
{
color: #C360CE;
}
.AnyTagClassName
{
color: #C360CE;
}
</style>
background-color css
<style>
a { background-color: #C360CE; }
a { background-color: rgb(195,96,206); }
div.DivClassName
{
background-color: #C360CE;
}
.BgClassName
{
background-color: #C360CE;
}
</style>
border-color css
<style>
span { border-color: #C360CE; }
span { border-color: rgb(195,96,206); }
td.TdClassName
{
border-color: #C360CE;
}
.TagClassName
{
border-color: #C360CE;
}
</style>