Shades of Medium Orchid #C365DB
Tints of Medium Orchid #C365DB
RGB
CMYK
RGB Variations
Color information
#C365DB (or 0xC365DB) is known color: Medium Orchid. HEX triplet: C3, 65 and DB. RGB value is (195,101,219). Sum of RGB (Red+Green+Blue) = 195+101+219=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #C365DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365DB is #3C9A24. Grayscale: #8E8E8E. Windows color (decimal): -3971621 or 14378435. OLE color: 14378435.
HSL color Cylindrical-coordinate representation of color #C365DB: hue angle of 287.8º 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 #C365DB is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 101 | 219 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.14 |
| HSL | 287.8º | 0.62% | 0.63% | - |
| HSV(B) | 287.8º | 0.54% | 0.86% | - |
| XYZ | 39.95 | 26.02 | 69.94 | - |
| YUV | 142.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 219 | 0.11 | 0.54 | 0 | 0.14 | 287.8 | 0.62 | 0.63 |
| Hex | C3 | 65 | DB | B | 36 | 0 | E | 120 | 3E | 3F |
| Octal | 303 | 145 | 333 | 13 | 66 | 0 | 16 | 440 | 76 | 77 |
| Binary | 11000011 | 1100101 | 11011011 | 1011 | 110110 | 0 | 1110 | 100100000 | 111110 | 111111 |
Color Harmonies of #C365DB
Complementary color
Monochromatic Colors of #C365DB
Black with #C365DB
Text Example
Text Example
White with #C365DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C365DB; }
p { color: rgb(195,101,219); }
H1.HeaderClassName
{
color: #C365DB;
}
.AnyTagClassName
{
color: #C365DB;
}
</style>
background-color css
<style>
a { background-color: #C365DB; }
a { background-color: rgb(195,101,219); }
div.DivClassName
{
background-color: #C365DB;
}
.BgClassName
{
background-color: #C365DB;
}
</style>
border-color css
<style>
span { border-color: #C365DB; }
span { border-color: rgb(195,101,219); }
td.TdClassName
{
border-color: #C365DB;
}
.TagClassName
{
border-color: #C365DB;
}
</style>