Shades of Medium Orchid #C360DC
Tints of Medium Orchid #C360DC
RGB
CMYK
RGB Variations
Color information
#C360DC (or 0xC360DC) is known color: Medium Orchid. HEX triplet: C3, 60 and DC. RGB value is (195,96,220). Sum of RGB (Red+Green+Blue) = 195+96+220=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #C360DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360DC is #3C9F23. Grayscale: #8B8B8B. Windows color (decimal): -3972900 or 14442691. OLE color: 14442691.
HSL color Cylindrical-coordinate representation of color #C360DC: hue angle of 287.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C360DC is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 96 | 220 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.14 |
| HSL | 287.9º | 0.64% | 0.62% | - |
| HSV(B) | 287.9º | 0.56% | 0.86% | - |
| XYZ | 39.61 | 25.14 | 70.47 | - |
| YUV | 139.74 | 173.3 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 220 | 0.11 | 0.56 | 0 | 0.14 | 287.9 | 0.64 | 0.62 |
| Hex | C3 | 60 | DC | B | 38 | 0 | E | 120 | 40 | 3E |
| Octal | 303 | 140 | 334 | 13 | 70 | 0 | 16 | 440 | 100 | 76 |
| Binary | 11000011 | 1100000 | 11011100 | 1011 | 111000 | 0 | 1110 | 100100000 | 1000000 | 111110 |
Color Harmonies of #C360DC
Complementary color
Monochromatic Colors of #C360DC
Black with #C360DC
Text Example
Text Example
White with #C360DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C360DC; }
p { color: rgb(195,96,220); }
H1.HeaderClassName
{
color: #C360DC;
}
.AnyTagClassName
{
color: #C360DC;
}
</style>
background-color css
<style>
a { background-color: #C360DC; }
a { background-color: rgb(195,96,220); }
div.DivClassName
{
background-color: #C360DC;
}
.BgClassName
{
background-color: #C360DC;
}
</style>
border-color css
<style>
span { border-color: #C360DC; }
span { border-color: rgb(195,96,220); }
td.TdClassName
{
border-color: #C360DC;
}
.TagClassName
{
border-color: #C360DC;
}
</style>