Shades of Medium Orchid #C361D4
Tints of Medium Orchid #C361D4
RGB
CMYK
RGB Variations
Color information
#C361D4 (or 0xC361D4) is known color: Medium Orchid. HEX triplet: C3, 61 and D4. RGB value is (195,97,212). Sum of RGB (Red+Green+Blue) = 195+97+212=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #C361D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361D4 is #3C9E2B. Grayscale: #8B8B8B. Windows color (decimal): -3972652 or 13918659. OLE color: 13918659.
HSL color Cylindrical-coordinate representation of color #C361D4: hue angle of 291.13º degrees, saturation: 0.57, 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 #C361D4 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 97 | 212 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.17 |
| HSL | 291.13º | 0.57% | 0.61% | - |
| HSV(B) | 291.13º | 0.54% | 0.83% | - |
| XYZ | 38.66 | 24.9 | 65.06 | - |
| YUV | 139.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 212 | 0.08 | 0.54 | 0 | 0.17 | 291.13 | 0.57 | 0.61 |
| Hex | C3 | 61 | D4 | 8 | 36 | 0 | 11 | 123 | 39 | 3D |
| Octal | 303 | 141 | 324 | 10 | 66 | 0 | 21 | 443 | 71 | 75 |
| Binary | 11000011 | 1100001 | 11010100 | 1000 | 110110 | 0 | 10001 | 100100011 | 111001 | 111101 |
Color Harmonies of #C361D4
Complementary color
Monochromatic Colors of #C361D4
Black with #C361D4
Text Example
Text Example
White with #C361D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C361D4; }
p { color: rgb(195,97,212); }
H1.HeaderClassName
{
color: #C361D4;
}
.AnyTagClassName
{
color: #C361D4;
}
</style>
background-color css
<style>
a { background-color: #C361D4; }
a { background-color: rgb(195,97,212); }
div.DivClassName
{
background-color: #C361D4;
}
.BgClassName
{
background-color: #C361D4;
}
</style>
border-color css
<style>
span { border-color: #C361D4; }
span { border-color: rgb(195,97,212); }
td.TdClassName
{
border-color: #C361D4;
}
.TagClassName
{
border-color: #C361D4;
}
</style>