Shades of Orchid #C075C9
Tints of Orchid #C075C9
RGB
CMYK
RGB Variations
Color information
#C075C9 (or 0xC075C9) is known color: Orchid. HEX triplet: C0, 75 and C9. RGB value is (192,117,201). Sum of RGB (Red+Green+Blue) = 192+117+201=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #C075C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075C9 is #3F8A36. Grayscale: #949494. Windows color (decimal): -4164151 or 13202880. OLE color: 13202880.
HSL color Cylindrical-coordinate representation of color #C075C9: hue angle of 293.57º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C075C9 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 117 | 201 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.21 |
| HSL | 293.57º | 0.44% | 0.62% | - |
| HSV(B) | 293.57º | 0.42% | 0.79% | - |
| XYZ | 38.64 | 28.15 | 58.65 | - |
| YUV | 149 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 201 | 0.04 | 0.42 | 0 | 0.21 | 293.57 | 0.44 | 0.62 |
| Hex | C0 | 75 | C9 | 4 | 2A | 0 | 15 | 126 | 2C | 3E |
| Octal | 300 | 165 | 311 | 4 | 52 | 0 | 25 | 446 | 54 | 76 |
| Binary | 11000000 | 1110101 | 11001001 | 100 | 101010 | 0 | 10101 | 100100110 | 101100 | 111110 |
Color Harmonies of #C075C9
Complementary color
Monochromatic Colors of #C075C9
Black with #C075C9
Text Example
Text Example
White with #C075C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075C9; }
p { color: rgb(192,117,201); }
H1.HeaderClassName
{
color: #C075C9;
}
.AnyTagClassName
{
color: #C075C9;
}
</style>
background-color css
<style>
a { background-color: #C075C9; }
a { background-color: rgb(192,117,201); }
div.DivClassName
{
background-color: #C075C9;
}
.BgClassName
{
background-color: #C075C9;
}
</style>
border-color css
<style>
span { border-color: #C075C9; }
span { border-color: rgb(192,117,201); }
td.TdClassName
{
border-color: #C075C9;
}
.TagClassName
{
border-color: #C075C9;
}
</style>