Shades of Medium Orchid #C368D6
Tints of Medium Orchid #C368D6
RGB
CMYK
RGB Variations
Color information
#C368D6 (or 0xC368D6) is known color: Medium Orchid. HEX triplet: C3, 68 and D6. RGB value is (195,104,214). Sum of RGB (Red+Green+Blue) = 195+104+214=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #C368D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368D6 is #3C9729. Grayscale: #8F8F8F. Windows color (decimal): -3970858 or 14051523. OLE color: 14051523.
HSL color Cylindrical-coordinate representation of color #C368D6: hue angle of 289.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C368D6 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 104 | 214 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.16 |
| HSL | 289.64º | 0.57% | 0.62% | - |
| HSV(B) | 289.64º | 0.51% | 0.84% | - |
| XYZ | 39.59 | 26.36 | 66.62 | - |
| YUV | 143.75 | 167.65 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 214 | 0.09 | 0.51 | 0 | 0.16 | 289.64 | 0.57 | 0.62 |
| Hex | C3 | 68 | D6 | 9 | 33 | 0 | 10 | 122 | 39 | 3E |
| Octal | 303 | 150 | 326 | 11 | 63 | 0 | 20 | 442 | 71 | 76 |
| Binary | 11000011 | 1101000 | 11010110 | 1001 | 110011 | 0 | 10000 | 100100010 | 111001 | 111110 |
Color Harmonies of #C368D6
Complementary color
Monochromatic Colors of #C368D6
Black with #C368D6
Text Example
Text Example
White with #C368D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368D6; }
p { color: rgb(195,104,214); }
H1.HeaderClassName
{
color: #C368D6;
}
.AnyTagClassName
{
color: #C368D6;
}
</style>
background-color css
<style>
a { background-color: #C368D6; }
a { background-color: rgb(195,104,214); }
div.DivClassName
{
background-color: #C368D6;
}
.BgClassName
{
background-color: #C368D6;
}
</style>
border-color css
<style>
span { border-color: #C368D6; }
span { border-color: rgb(195,104,214); }
td.TdClassName
{
border-color: #C368D6;
}
.TagClassName
{
border-color: #C368D6;
}
</style>