Shades of Medium Orchid #C362DC
Tints of Medium Orchid #C362DC
RGB
CMYK
RGB Variations
Color information
#C362DC (or 0xC362DC) is known color: Medium Orchid. HEX triplet: C3, 62 and DC. RGB value is (195,98,220). Sum of RGB (Red+Green+Blue) = 195+98+220=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #C362DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362DC is #3C9D23. Grayscale: #8C8C8C. Windows color (decimal): -3972388 or 14443203. OLE color: 14443203.
HSL color Cylindrical-coordinate representation of color #C362DC: hue angle of 287.7º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C362DC is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 98 | 220 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.14 |
| HSL | 287.7º | 0.64% | 0.62% | - |
| HSV(B) | 287.7º | 0.55% | 0.86% | - |
| XYZ | 39.79 | 25.5 | 70.54 | - |
| YUV | 140.91 | 172.64 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 220 | 0.11 | 0.55 | 0 | 0.14 | 287.7 | 0.64 | 0.62 |
| Hex | C3 | 62 | DC | B | 37 | 0 | E | 120 | 40 | 3E |
| Octal | 303 | 142 | 334 | 13 | 67 | 0 | 16 | 440 | 100 | 76 |
| Binary | 11000011 | 1100010 | 11011100 | 1011 | 110111 | 0 | 1110 | 100100000 | 1000000 | 111110 |
Color Harmonies of #C362DC
Complementary color
Monochromatic Colors of #C362DC
Black with #C362DC
Text Example
Text Example
White with #C362DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362DC; }
p { color: rgb(195,98,220); }
H1.HeaderClassName
{
color: #C362DC;
}
.AnyTagClassName
{
color: #C362DC;
}
</style>
background-color css
<style>
a { background-color: #C362DC; }
a { background-color: rgb(195,98,220); }
div.DivClassName
{
background-color: #C362DC;
}
.BgClassName
{
background-color: #C362DC;
}
</style>
border-color css
<style>
span { border-color: #C362DC; }
span { border-color: rgb(195,98,220); }
td.TdClassName
{
border-color: #C362DC;
}
.TagClassName
{
border-color: #C362DC;
}
</style>