Shades of Medium Orchid #C145DA
Tints of Medium Orchid #C145DA
RGB
CMYK
RGB Variations
Color information
#C145DA (or 0xC145DA) is known color: Medium Orchid. HEX triplet: C1, 45 and DA. RGB value is (193,69,218). Sum of RGB (Red+Green+Blue) = 193+69+218=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #C145DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145DA is #3EBA25. Grayscale: #7A7A7A. Windows color (decimal): -4110886 or 14304705. OLE color: 14304705.
HSL color Cylindrical-coordinate representation of color #C145DA: hue angle of 289.93º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C145DA is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 69 | 218 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.15 |
| HSL | 289.93º | 0.67% | 0.56% | - |
| HSV(B) | 289.93º | 0.68% | 0.85% | - |
| XYZ | 36.78 | 20.66 | 68.38 | - |
| YUV | 123.06 | 181.58 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 218 | 0.11 | 0.68 | 0 | 0.15 | 289.93 | 0.67 | 0.56 |
| Hex | C1 | 45 | DA | B | 44 | 0 | F | 122 | 43 | 38 |
| Octal | 301 | 105 | 332 | 13 | 104 | 0 | 17 | 442 | 103 | 70 |
| Binary | 11000001 | 1000101 | 11011010 | 1011 | 1000100 | 0 | 1111 | 100100010 | 1000011 | 111000 |
Color Harmonies of #C145DA
Complementary color
Monochromatic Colors of #C145DA
Black with #C145DA
Text Example
Text Example
White with #C145DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145DA; }
p { color: rgb(193,69,218); }
H1.HeaderClassName
{
color: #C145DA;
}
.AnyTagClassName
{
color: #C145DA;
}
</style>
background-color css
<style>
a { background-color: #C145DA; }
a { background-color: rgb(193,69,218); }
div.DivClassName
{
background-color: #C145DA;
}
.BgClassName
{
background-color: #C145DA;
}
</style>
border-color css
<style>
span { border-color: #C145DA; }
span { border-color: rgb(193,69,218); }
td.TdClassName
{
border-color: #C145DA;
}
.TagClassName
{
border-color: #C145DA;
}
</style>