Shades of Medium Orchid #C364DB
Tints of Medium Orchid #C364DB
RGB
CMYK
RGB Variations
Color information
#C364DB (or 0xC364DB) is known color: Medium Orchid. HEX triplet: C3, 64 and DB. RGB value is (195,100,219). Sum of RGB (Red+Green+Blue) = 195+100+219=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #C364DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C364DB is #3C9B24. Grayscale: #8D8D8D. Windows color (decimal): -3971877 or 14378179. OLE color: 14378179.
HSL color Cylindrical-coordinate representation of color #C364DB: hue angle of 287.9º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C364DB is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 100 | 219 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.14 |
| HSL | 287.9º | 0.62% | 0.63% | - |
| HSV(B) | 287.9º | 0.54% | 0.86% | - |
| XYZ | 39.85 | 25.83 | 69.9 | - |
| YUV | 141.97 | 171.47 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 219 | 0.11 | 0.54 | 0 | 0.14 | 287.9 | 0.62 | 0.63 |
| Hex | C3 | 64 | DB | B | 36 | 0 | E | 120 | 3E | 3F |
| Octal | 303 | 144 | 333 | 13 | 66 | 0 | 16 | 440 | 76 | 77 |
| Binary | 11000011 | 1100100 | 11011011 | 1011 | 110110 | 0 | 1110 | 100100000 | 111110 | 111111 |
Color Harmonies of #C364DB
Complementary color
Monochromatic Colors of #C364DB
Black with #C364DB
Text Example
Text Example
White with #C364DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C364DB; }
p { color: rgb(195,100,219); }
H1.HeaderClassName
{
color: #C364DB;
}
.AnyTagClassName
{
color: #C364DB;
}
</style>
background-color css
<style>
a { background-color: #C364DB; }
a { background-color: rgb(195,100,219); }
div.DivClassName
{
background-color: #C364DB;
}
.BgClassName
{
background-color: #C364DB;
}
</style>
border-color css
<style>
span { border-color: #C364DB; }
span { border-color: rgb(195,100,219); }
td.TdClassName
{
border-color: #C364DB;
}
.TagClassName
{
border-color: #C364DB;
}
</style>