Shades of Medium Orchid #C362CD
Tints of Medium Orchid #C362CD
RGB
CMYK
RGB Variations
Color information
#C362CD (or 0xC362CD) is known color: Medium Orchid. HEX triplet: C3, 62 and CD. RGB value is (195,98,205). Sum of RGB (Red+Green+Blue) = 195+98+205=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #C362CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362CD is #3C9D32. Grayscale: #8A8A8A. Windows color (decimal): -3972403 or 13460163. OLE color: 13460163.
HSL color Cylindrical-coordinate representation of color #C362CD: hue angle of 294.39º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C362CD is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 98 | 205 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.20 |
| HSL | 294.39º | 0.52% | 0.59% | - |
| HSV(B) | 294.39º | 0.52% | 0.8% | - |
| XYZ | 37.89 | 24.75 | 60.54 | - |
| YUV | 139.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 205 | 0.05 | 0.52 | 0 | 0.20 | 294.39 | 0.52 | 0.59 |
| Hex | C3 | 62 | CD | 5 | 34 | 0 | 14 | 126 | 34 | 3B |
| Octal | 303 | 142 | 315 | 5 | 64 | 0 | 24 | 446 | 64 | 73 |
| Binary | 11000011 | 1100010 | 11001101 | 101 | 110100 | 0 | 10100 | 100100110 | 110100 | 111011 |
Color Harmonies of #C362CD
Complementary color
Monochromatic Colors of #C362CD
Black with #C362CD
Text Example
Text Example
White with #C362CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362CD; }
p { color: rgb(195,98,205); }
H1.HeaderClassName
{
color: #C362CD;
}
.AnyTagClassName
{
color: #C362CD;
}
</style>
background-color css
<style>
a { background-color: #C362CD; }
a { background-color: rgb(195,98,205); }
div.DivClassName
{
background-color: #C362CD;
}
.BgClassName
{
background-color: #C362CD;
}
</style>
border-color css
<style>
span { border-color: #C362CD; }
span { border-color: rgb(195,98,205); }
td.TdClassName
{
border-color: #C362CD;
}
.TagClassName
{
border-color: #C362CD;
}
</style>