Shades of Medium Orchid #C360D7
Tints of Medium Orchid #C360D7
RGB
CMYK
RGB Variations
Color information
#C360D7 (or 0xC360D7) is known color: Medium Orchid. HEX triplet: C3, 60 and D7. RGB value is (195,96,215). Sum of RGB (Red+Green+Blue) = 195+96+215=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #C360D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360D7 is #3C9F28. Grayscale: #8A8A8A. Windows color (decimal): -3972905 or 14115011. OLE color: 14115011.
HSL color Cylindrical-coordinate representation of color #C360D7: hue angle of 289.92º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C360D7 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 96 | 215 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.16 |
| HSL | 289.92º | 0.6% | 0.61% | - |
| HSV(B) | 289.92º | 0.55% | 0.84% | - |
| XYZ | 38.95 | 24.87 | 67.04 | - |
| YUV | 139.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 215 | 0.09 | 0.55 | 0 | 0.16 | 289.92 | 0.6 | 0.61 |
| Hex | C3 | 60 | D7 | 9 | 37 | 0 | 10 | 122 | 3C | 3D |
| Octal | 303 | 140 | 327 | 11 | 67 | 0 | 20 | 442 | 74 | 75 |
| Binary | 11000011 | 1100000 | 11010111 | 1001 | 110111 | 0 | 10000 | 100100010 | 111100 | 111101 |
Color Harmonies of #C360D7
Complementary color
Monochromatic Colors of #C360D7
Black with #C360D7
Text Example
Text Example
White with #C360D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C360D7; }
p { color: rgb(195,96,215); }
H1.HeaderClassName
{
color: #C360D7;
}
.AnyTagClassName
{
color: #C360D7;
}
</style>
background-color css
<style>
a { background-color: #C360D7; }
a { background-color: rgb(195,96,215); }
div.DivClassName
{
background-color: #C360D7;
}
.BgClassName
{
background-color: #C360D7;
}
</style>
border-color css
<style>
span { border-color: #C360D7; }
span { border-color: rgb(195,96,215); }
td.TdClassName
{
border-color: #C360D7;
}
.TagClassName
{
border-color: #C360D7;
}
</style>