Shades of Medium Orchid #C368DA
Tints of Medium Orchid #C368DA
RGB
CMYK
RGB Variations
Color information
#C368DA (or 0xC368DA) is known color: Medium Orchid. HEX triplet: C3, 68 and DA. RGB value is (195,104,218). Sum of RGB (Red+Green+Blue) = 195+104+218=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #C368DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368DA is #3C9725. Grayscale: #8F8F8F. Windows color (decimal): -3970854 or 14313667. OLE color: 14313667.
HSL color Cylindrical-coordinate representation of color #C368DA: hue angle of 287.89º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C368DA is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 104 | 218 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.15 |
| HSL | 287.89º | 0.61% | 0.63% | - |
| HSV(B) | 287.89º | 0.52% | 0.85% | - |
| XYZ | 40.11 | 26.56 | 69.34 | - |
| YUV | 144.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 218 | 0.11 | 0.52 | 0 | 0.15 | 287.89 | 0.61 | 0.63 |
| Hex | C3 | 68 | DA | B | 34 | 0 | F | 120 | 3D | 3F |
| Octal | 303 | 150 | 332 | 13 | 64 | 0 | 17 | 440 | 75 | 77 |
| Binary | 11000011 | 1101000 | 11011010 | 1011 | 110100 | 0 | 1111 | 100100000 | 111101 | 111111 |
Color Harmonies of #C368DA
Complementary color
Monochromatic Colors of #C368DA
Black with #C368DA
Text Example
Text Example
White with #C368DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368DA; }
p { color: rgb(195,104,218); }
H1.HeaderClassName
{
color: #C368DA;
}
.AnyTagClassName
{
color: #C368DA;
}
</style>
background-color css
<style>
a { background-color: #C368DA; }
a { background-color: rgb(195,104,218); }
div.DivClassName
{
background-color: #C368DA;
}
.BgClassName
{
background-color: #C368DA;
}
</style>
border-color css
<style>
span { border-color: #C368DA; }
span { border-color: rgb(195,104,218); }
td.TdClassName
{
border-color: #C368DA;
}
.TagClassName
{
border-color: #C368DA;
}
</style>