Shades of Medium Orchid #C362D3
Tints of Medium Orchid #C362D3
RGB
CMYK
RGB Variations
Color information
#C362D3 (or 0xC362D3) is known color: Medium Orchid. HEX triplet: C3, 62 and D3. RGB value is (195,98,211). Sum of RGB (Red+Green+Blue) = 195+98+211=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #C362D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362D3 is #3C9D2C. Grayscale: #8B8B8B. Windows color (decimal): -3972397 or 13853379. OLE color: 13853379.
HSL color Cylindrical-coordinate representation of color #C362D3: hue angle of 291.5º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C362D3 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 98 | 211 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.17 |
| HSL | 291.5º | 0.56% | 0.61% | - |
| HSV(B) | 291.5º | 0.54% | 0.83% | - |
| XYZ | 38.63 | 25.04 | 64.43 | - |
| YUV | 139.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 211 | 0.08 | 0.54 | 0 | 0.17 | 291.5 | 0.56 | 0.61 |
| Hex | C3 | 62 | D3 | 8 | 36 | 0 | 11 | 124 | 38 | 3D |
| Octal | 303 | 142 | 323 | 10 | 66 | 0 | 21 | 444 | 70 | 75 |
| Binary | 11000011 | 1100010 | 11010011 | 1000 | 110110 | 0 | 10001 | 100100100 | 111000 | 111101 |
Color Harmonies of #C362D3
Complementary color
Monochromatic Colors of #C362D3
Black with #C362D3
Text Example
Text Example
White with #C362D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362D3; }
p { color: rgb(195,98,211); }
H1.HeaderClassName
{
color: #C362D3;
}
.AnyTagClassName
{
color: #C362D3;
}
</style>
background-color css
<style>
a { background-color: #C362D3; }
a { background-color: rgb(195,98,211); }
div.DivClassName
{
background-color: #C362D3;
}
.BgClassName
{
background-color: #C362D3;
}
</style>
border-color css
<style>
span { border-color: #C362D3; }
span { border-color: rgb(195,98,211); }
td.TdClassName
{
border-color: #C362D3;
}
.TagClassName
{
border-color: #C362D3;
}
</style>