Shades of Orchid #C075D0
Tints of Orchid #C075D0
RGB
CMYK
RGB Variations
Color information
#C075D0 (or 0xC075D0) is known color: Orchid. HEX triplet: C0, 75 and D0. RGB value is (192,117,208). Sum of RGB (Red+Green+Blue) = 192+117+208=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #C075D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075D0 is #3F8A2F. Grayscale: #959595. Windows color (decimal): -4164144 or 13661632. OLE color: 13661632.
HSL color Cylindrical-coordinate representation of color #C075D0: hue angle of 289.45º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C075D0 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 117 | 208 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.18 |
| HSL | 289.45º | 0.49% | 0.64% | - |
| HSV(B) | 289.45º | 0.44% | 0.82% | - |
| XYZ | 39.48 | 28.48 | 63.09 | - |
| YUV | 149.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 208 | 0.08 | 0.44 | 0 | 0.18 | 289.45 | 0.49 | 0.64 |
| Hex | C0 | 75 | D0 | 8 | 2C | 0 | 12 | 121 | 31 | 40 |
| Octal | 300 | 165 | 320 | 10 | 54 | 0 | 22 | 441 | 61 | 100 |
| Binary | 11000000 | 1110101 | 11010000 | 1000 | 101100 | 0 | 10010 | 100100001 | 110001 | 1000000 |
Color Harmonies of #C075D0
Complementary color
Monochromatic Colors of #C075D0
Black with #C075D0
Text Example
Text Example
White with #C075D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075D0; }
p { color: rgb(192,117,208); }
H1.HeaderClassName
{
color: #C075D0;
}
.AnyTagClassName
{
color: #C075D0;
}
</style>
background-color css
<style>
a { background-color: #C075D0; }
a { background-color: rgb(192,117,208); }
div.DivClassName
{
background-color: #C075D0;
}
.BgClassName
{
background-color: #C075D0;
}
</style>
border-color css
<style>
span { border-color: #C075D0; }
span { border-color: rgb(192,117,208); }
td.TdClassName
{
border-color: #C075D0;
}
.TagClassName
{
border-color: #C075D0;
}
</style>