Shades of Medium Orchid #C362CF
Tints of Medium Orchid #C362CF
RGB
CMYK
RGB Variations
Color information
#C362CF (or 0xC362CF) is known color: Medium Orchid. HEX triplet: C3, 62 and CF. RGB value is (195,98,207). Sum of RGB (Red+Green+Blue) = 195+98+207=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #C362CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362CF is #3C9D30. Grayscale: #8B8B8B. Windows color (decimal): -3972401 or 13591235. OLE color: 13591235.
HSL color Cylindrical-coordinate representation of color #C362CF: hue angle of 293.39º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C362CF is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 98 | 207 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.19 |
| HSL | 293.39º | 0.53% | 0.6% | - |
| HSV(B) | 293.39º | 0.53% | 0.81% | - |
| XYZ | 38.14 | 24.84 | 61.82 | - |
| YUV | 139.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 207 | 0.06 | 0.53 | 0 | 0.19 | 293.39 | 0.53 | 0.6 |
| Hex | C3 | 62 | CF | 6 | 35 | 0 | 13 | 125 | 35 | 3C |
| Octal | 303 | 142 | 317 | 6 | 65 | 0 | 23 | 445 | 65 | 74 |
| Binary | 11000011 | 1100010 | 11001111 | 110 | 110101 | 0 | 10011 | 100100101 | 110101 | 111100 |
Color Harmonies of #C362CF
Complementary color
Monochromatic Colors of #C362CF
Black with #C362CF
Text Example
Text Example
White with #C362CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362CF; }
p { color: rgb(195,98,207); }
H1.HeaderClassName
{
color: #C362CF;
}
.AnyTagClassName
{
color: #C362CF;
}
</style>
background-color css
<style>
a { background-color: #C362CF; }
a { background-color: rgb(195,98,207); }
div.DivClassName
{
background-color: #C362CF;
}
.BgClassName
{
background-color: #C362CF;
}
</style>
border-color css
<style>
span { border-color: #C362CF; }
span { border-color: rgb(195,98,207); }
td.TdClassName
{
border-color: #C362CF;
}
.TagClassName
{
border-color: #C362CF;
}
</style>