Shades of Orchid #C075CA
Tints of Orchid #C075CA
RGB
CMYK
RGB Variations
Color information
#C075CA (or 0xC075CA) is known color: Orchid. HEX triplet: C0, 75 and CA. RGB value is (192,117,202). Sum of RGB (Red+Green+Blue) = 192+117+202=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #C075CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075CA is #3F8A35. Grayscale: #949494. Windows color (decimal): -4164150 or 13268416. OLE color: 13268416.
HSL color Cylindrical-coordinate representation of color #C075CA: hue angle of 292.94º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C075CA is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 117 | 202 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.21 |
| HSL | 292.94º | 0.45% | 0.63% | - |
| HSV(B) | 292.94º | 0.42% | 0.79% | - |
| XYZ | 38.76 | 28.19 | 59.28 | - |
| YUV | 149.12 | 157.85 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 202 | 0.05 | 0.42 | 0 | 0.21 | 292.94 | 0.45 | 0.63 |
| Hex | C0 | 75 | CA | 5 | 2A | 0 | 15 | 125 | 2D | 3F |
| Octal | 300 | 165 | 312 | 5 | 52 | 0 | 25 | 445 | 55 | 77 |
| Binary | 11000000 | 1110101 | 11001010 | 101 | 101010 | 0 | 10101 | 100100101 | 101101 | 111111 |
Color Harmonies of #C075CA
Complementary color
Monochromatic Colors of #C075CA
Black with #C075CA
Text Example
Text Example
White with #C075CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075CA; }
p { color: rgb(192,117,202); }
H1.HeaderClassName
{
color: #C075CA;
}
.AnyTagClassName
{
color: #C075CA;
}
</style>
background-color css
<style>
a { background-color: #C075CA; }
a { background-color: rgb(192,117,202); }
div.DivClassName
{
background-color: #C075CA;
}
.BgClassName
{
background-color: #C075CA;
}
</style>
border-color css
<style>
span { border-color: #C075CA; }
span { border-color: rgb(192,117,202); }
td.TdClassName
{
border-color: #C075CA;
}
.TagClassName
{
border-color: #C075CA;
}
</style>