Shades of Medium Orchid #C361CE
Tints of Medium Orchid #C361CE
RGB
CMYK
RGB Variations
Color information
#C361CE (or 0xC361CE) is known color: Medium Orchid. HEX triplet: C3, 61 and CE. RGB value is (195,97,206). Sum of RGB (Red+Green+Blue) = 195+97+206=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #C361CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361CE is #3C9E31. Grayscale: #8A8A8A. Windows color (decimal): -3972658 or 13525443. OLE color: 13525443.
HSL color Cylindrical-coordinate representation of color #C361CE: hue angle of 293.94º 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 #C361CE is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 97 | 206 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.19 |
| HSL | 293.94º | 0.53% | 0.59% | - |
| HSV(B) | 293.94º | 0.53% | 0.81% | - |
| XYZ | 37.92 | 24.61 | 61.14 | - |
| YUV | 138.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 206 | 0.05 | 0.53 | 0 | 0.19 | 293.94 | 0.53 | 0.59 |
| Hex | C3 | 61 | CE | 5 | 35 | 0 | 13 | 126 | 35 | 3B |
| Octal | 303 | 141 | 316 | 5 | 65 | 0 | 23 | 446 | 65 | 73 |
| Binary | 11000011 | 1100001 | 11001110 | 101 | 110101 | 0 | 10011 | 100100110 | 110101 | 111011 |
Color Harmonies of #C361CE
Complementary color
Monochromatic Colors of #C361CE
Black with #C361CE
Text Example
Text Example
White with #C361CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C361CE; }
p { color: rgb(195,97,206); }
H1.HeaderClassName
{
color: #C361CE;
}
.AnyTagClassName
{
color: #C361CE;
}
</style>
background-color css
<style>
a { background-color: #C361CE; }
a { background-color: rgb(195,97,206); }
div.DivClassName
{
background-color: #C361CE;
}
.BgClassName
{
background-color: #C361CE;
}
</style>
border-color css
<style>
span { border-color: #C361CE; }
span { border-color: rgb(195,97,206); }
td.TdClassName
{
border-color: #C361CE;
}
.TagClassName
{
border-color: #C361CE;
}
</style>