Shades of Medium Orchid #C075DA
Tints of Medium Orchid #C075DA
RGB
CMYK
RGB Variations
Color information
#C075DA (or 0xC075DA) is known color: Medium Orchid. HEX triplet: C0, 75 and DA. RGB value is (192,117,218). Sum of RGB (Red+Green+Blue) = 192+117+218=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #C075DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075DA is #3F8A25. Grayscale: #969696. Windows color (decimal): -4164134 or 14316992. OLE color: 14316992.
HSL color Cylindrical-coordinate representation of color #C075DA: hue angle of 284.55º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C075DA is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 117 | 218 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.15 |
| HSL | 284.55º | 0.58% | 0.66% | - |
| HSV(B) | 284.55º | 0.46% | 0.85% | - |
| XYZ | 40.75 | 28.99 | 69.78 | - |
| YUV | 150.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 218 | 0.12 | 0.46 | 0 | 0.15 | 284.55 | 0.58 | 0.66 |
| Hex | C0 | 75 | DA | C | 2E | 0 | F | 11D | 3A | 42 |
| Octal | 300 | 165 | 332 | 14 | 56 | 0 | 17 | 435 | 72 | 102 |
| Binary | 11000000 | 1110101 | 11011010 | 1100 | 101110 | 0 | 1111 | 100011101 | 111010 | 1000010 |
Color Harmonies of #C075DA
Complementary color
Monochromatic Colors of #C075DA
Black with #C075DA
Text Example
Text Example
White with #C075DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075DA; }
p { color: rgb(192,117,218); }
H1.HeaderClassName
{
color: #C075DA;
}
.AnyTagClassName
{
color: #C075DA;
}
</style>
background-color css
<style>
a { background-color: #C075DA; }
a { background-color: rgb(192,117,218); }
div.DivClassName
{
background-color: #C075DA;
}
.BgClassName
{
background-color: #C075DA;
}
</style>
border-color css
<style>
span { border-color: #C075DA; }
span { border-color: rgb(192,117,218); }
td.TdClassName
{
border-color: #C075DA;
}
.TagClassName
{
border-color: #C075DA;
}
</style>