Shades of Medium Orchid #C368D1
Tints of Medium Orchid #C368D1
RGB
CMYK
RGB Variations
Color information
#C368D1 (or 0xC368D1) is known color: Medium Orchid. HEX triplet: C3, 68 and D1. RGB value is (195,104,209). Sum of RGB (Red+Green+Blue) = 195+104+209=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #C368D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368D1 is #3C972E. Grayscale: #8E8E8E. Windows color (decimal): -3970863 or 13723843. OLE color: 13723843.
HSL color Cylindrical-coordinate representation of color #C368D1: hue angle of 292º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C368D1 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 104 | 209 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.18 |
| HSL | 292º | 0.53% | 0.61% | - |
| HSV(B) | 292º | 0.5% | 0.82% | - |
| XYZ | 38.96 | 26.11 | 63.31 | - |
| YUV | 143.18 | 165.15 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 209 | 0.07 | 0.50 | 0 | 0.18 | 292 | 0.53 | 0.61 |
| Hex | C3 | 68 | D1 | 7 | 32 | 0 | 12 | 124 | 35 | 3D |
| Octal | 303 | 150 | 321 | 7 | 62 | 0 | 22 | 444 | 65 | 75 |
| Binary | 11000011 | 1101000 | 11010001 | 111 | 110010 | 0 | 10010 | 100100100 | 110101 | 111101 |
Color Harmonies of #C368D1
Complementary color
Monochromatic Colors of #C368D1
Black with #C368D1
Text Example
Text Example
White with #C368D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368D1; }
p { color: rgb(195,104,209); }
H1.HeaderClassName
{
color: #C368D1;
}
.AnyTagClassName
{
color: #C368D1;
}
</style>
background-color css
<style>
a { background-color: #C368D1; }
a { background-color: rgb(195,104,209); }
div.DivClassName
{
background-color: #C368D1;
}
.BgClassName
{
background-color: #C368D1;
}
</style>
border-color css
<style>
span { border-color: #C368D1; }
span { border-color: rgb(195,104,209); }
td.TdClassName
{
border-color: #C368D1;
}
.TagClassName
{
border-color: #C368D1;
}
</style>