Shades of Orchid #C075CE
Tints of Orchid #C075CE
RGB
CMYK
RGB Variations
Color information
#C075CE (or 0xC075CE) is known color: Orchid. HEX triplet: C0, 75 and CE. RGB value is (192,117,206). Sum of RGB (Red+Green+Blue) = 192+117+206=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #C075CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075CE is #3F8A31. Grayscale: #959595. Windows color (decimal): -4164146 or 13530560. OLE color: 13530560.
HSL color Cylindrical-coordinate representation of color #C075CE: hue angle of 290.56º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C075CE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 117 | 206 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.19 |
| HSL | 290.56º | 0.48% | 0.63% | - |
| HSV(B) | 290.56º | 0.43% | 0.81% | - |
| XYZ | 39.24 | 28.39 | 61.8 | - |
| YUV | 149.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 206 | 0.07 | 0.43 | 0 | 0.19 | 290.56 | 0.48 | 0.63 |
| Hex | C0 | 75 | CE | 7 | 2B | 0 | 13 | 123 | 30 | 3F |
| Octal | 300 | 165 | 316 | 7 | 53 | 0 | 23 | 443 | 60 | 77 |
| Binary | 11000000 | 1110101 | 11001110 | 111 | 101011 | 0 | 10011 | 100100011 | 110000 | 111111 |
Color Harmonies of #C075CE
Complementary color
Monochromatic Colors of #C075CE
Black with #C075CE
Text Example
Text Example
White with #C075CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075CE; }
p { color: rgb(192,117,206); }
H1.HeaderClassName
{
color: #C075CE;
}
.AnyTagClassName
{
color: #C075CE;
}
</style>
background-color css
<style>
a { background-color: #C075CE; }
a { background-color: rgb(192,117,206); }
div.DivClassName
{
background-color: #C075CE;
}
.BgClassName
{
background-color: #C075CE;
}
</style>
border-color css
<style>
span { border-color: #C075CE; }
span { border-color: rgb(192,117,206); }
td.TdClassName
{
border-color: #C075CE;
}
.TagClassName
{
border-color: #C075CE;
}
</style>