Shades of Medium Orchid #C360CF
Tints of Medium Orchid #C360CF
RGB
CMYK
RGB Variations
Color information
#C360CF (or 0xC360CF) is known color: Medium Orchid. HEX triplet: C3, 60 and CF. RGB value is (195,96,207). Sum of RGB (Red+Green+Blue) = 195+96+207=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #C360CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360CF is #3C9F30. Grayscale: #898989. Windows color (decimal): -3972913 or 13590723. OLE color: 13590723.
HSL color Cylindrical-coordinate representation of color #C360CF: hue angle of 293.51º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C360CF is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 96 | 207 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.19 |
| HSL | 293.51º | 0.54% | 0.59% | - |
| HSV(B) | 293.51º | 0.54% | 0.81% | - |
| XYZ | 37.95 | 24.47 | 61.75 | - |
| YUV | 138.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 207 | 0.06 | 0.54 | 0 | 0.19 | 293.51 | 0.54 | 0.59 |
| Hex | C3 | 60 | CF | 6 | 36 | 0 | 13 | 126 | 36 | 3B |
| Octal | 303 | 140 | 317 | 6 | 66 | 0 | 23 | 446 | 66 | 73 |
| Binary | 11000011 | 1100000 | 11001111 | 110 | 110110 | 0 | 10011 | 100100110 | 110110 | 111011 |
Color Harmonies of #C360CF
Complementary color
Monochromatic Colors of #C360CF
Black with #C360CF
Text Example
Text Example
White with #C360CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C360CF; }
p { color: rgb(195,96,207); }
H1.HeaderClassName
{
color: #C360CF;
}
.AnyTagClassName
{
color: #C360CF;
}
</style>
background-color css
<style>
a { background-color: #C360CF; }
a { background-color: rgb(195,96,207); }
div.DivClassName
{
background-color: #C360CF;
}
.BgClassName
{
background-color: #C360CF;
}
</style>
border-color css
<style>
span { border-color: #C360CF; }
span { border-color: rgb(195,96,207); }
td.TdClassName
{
border-color: #C360CF;
}
.TagClassName
{
border-color: #C360CF;
}
</style>