Shades of Medium Orchid #C361DE
Tints of Medium Orchid #C361DE
RGB
CMYK
RGB Variations
Color information
#C361DE (or 0xC361DE) is known color: Medium Orchid. HEX triplet: C3, 61 and DE. RGB value is (195,97,222). Sum of RGB (Red+Green+Blue) = 195+97+222=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #C361DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361DE is #3C9E21. Grayscale: #8C8C8C. Windows color (decimal): -3972642 or 14574019. OLE color: 14574019.
HSL color Cylindrical-coordinate representation of color #C361DE: hue angle of 287.04º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C361DE is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 97 | 222 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.13 |
| HSL | 287.04º | 0.65% | 0.63% | - |
| HSV(B) | 287.04º | 0.56% | 0.87% | - |
| XYZ | 39.97 | 25.43 | 71.91 | - |
| YUV | 140.55 | 173.97 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 222 | 0.12 | 0.56 | 0 | 0.13 | 287.04 | 0.65 | 0.63 |
| Hex | C3 | 61 | DE | C | 38 | 0 | D | 11F | 41 | 3F |
| Octal | 303 | 141 | 336 | 14 | 70 | 0 | 15 | 437 | 101 | 77 |
| Binary | 11000011 | 1100001 | 11011110 | 1100 | 111000 | 0 | 1101 | 100011111 | 1000001 | 111111 |
Color Harmonies of #C361DE
Complementary color
Monochromatic Colors of #C361DE
Black with #C361DE
Text Example
Text Example
White with #C361DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C361DE; }
p { color: rgb(195,97,222); }
H1.HeaderClassName
{
color: #C361DE;
}
.AnyTagClassName
{
color: #C361DE;
}
</style>
background-color css
<style>
a { background-color: #C361DE; }
a { background-color: rgb(195,97,222); }
div.DivClassName
{
background-color: #C361DE;
}
.BgClassName
{
background-color: #C361DE;
}
</style>
border-color css
<style>
span { border-color: #C361DE; }
span { border-color: rgb(195,97,222); }
td.TdClassName
{
border-color: #C361DE;
}
.TagClassName
{
border-color: #C361DE;
}
</style>