Shades of Medium Orchid #C363D4
Tints of Medium Orchid #C363D4
RGB
CMYK
RGB Variations
Color information
#C363D4 (or 0xC363D4) is known color: Medium Orchid. HEX triplet: C3, 63 and D4. RGB value is (195,99,212). Sum of RGB (Red+Green+Blue) = 195+99+212=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #C363D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363D4 is #3C9C2B. Grayscale: #8C8C8C. Windows color (decimal): -3972140 or 13919171. OLE color: 13919171.
HSL color Cylindrical-coordinate representation of color #C363D4: hue angle of 290.97º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C363D4 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 99 | 212 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.17 |
| HSL | 290.97º | 0.57% | 0.61% | - |
| HSV(B) | 290.97º | 0.53% | 0.83% | - |
| XYZ | 38.85 | 25.28 | 65.12 | - |
| YUV | 140.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 212 | 0.08 | 0.53 | 0 | 0.17 | 290.97 | 0.57 | 0.61 |
| Hex | C3 | 63 | D4 | 8 | 35 | 0 | 11 | 123 | 39 | 3D |
| Octal | 303 | 143 | 324 | 10 | 65 | 0 | 21 | 443 | 71 | 75 |
| Binary | 11000011 | 1100011 | 11010100 | 1000 | 110101 | 0 | 10001 | 100100011 | 111001 | 111101 |
Color Harmonies of #C363D4
Complementary color
Monochromatic Colors of #C363D4
Black with #C363D4
Text Example
Text Example
White with #C363D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363D4; }
p { color: rgb(195,99,212); }
H1.HeaderClassName
{
color: #C363D4;
}
.AnyTagClassName
{
color: #C363D4;
}
</style>
background-color css
<style>
a { background-color: #C363D4; }
a { background-color: rgb(195,99,212); }
div.DivClassName
{
background-color: #C363D4;
}
.BgClassName
{
background-color: #C363D4;
}
</style>
border-color css
<style>
span { border-color: #C363D4; }
span { border-color: rgb(195,99,212); }
td.TdClassName
{
border-color: #C363D4;
}
.TagClassName
{
border-color: #C363D4;
}
</style>