Shades of Orchid #C075CF
Tints of Orchid #C075CF
RGB
CMYK
RGB Variations
Color information
#C075CF (or 0xC075CF) is known color: Orchid. HEX triplet: C0, 75 and CF. RGB value is (192,117,207). Sum of RGB (Red+Green+Blue) = 192+117+207=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #C075CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075CF is #3F8A30. Grayscale: #959595. Windows color (decimal): -4164145 or 13596096. OLE color: 13596096.
HSL color Cylindrical-coordinate representation of color #C075CF: hue angle of 290º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C075CF is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 117 | 207 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.19 |
| HSL | 290º | 0.48% | 0.64% | - |
| HSV(B) | 290º | 0.43% | 0.81% | - |
| XYZ | 39.36 | 28.43 | 62.45 | - |
| YUV | 149.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 207 | 0.07 | 0.43 | 0 | 0.19 | 290 | 0.48 | 0.64 |
| Hex | C0 | 75 | CF | 7 | 2B | 0 | 13 | 122 | 30 | 40 |
| Octal | 300 | 165 | 317 | 7 | 53 | 0 | 23 | 442 | 60 | 100 |
| Binary | 11000000 | 1110101 | 11001111 | 111 | 101011 | 0 | 10011 | 100100010 | 110000 | 1000000 |
Color Harmonies of #C075CF
Complementary color
Monochromatic Colors of #C075CF
Black with #C075CF
Text Example
Text Example
White with #C075CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075CF; }
p { color: rgb(192,117,207); }
H1.HeaderClassName
{
color: #C075CF;
}
.AnyTagClassName
{
color: #C075CF;
}
</style>
background-color css
<style>
a { background-color: #C075CF; }
a { background-color: rgb(192,117,207); }
div.DivClassName
{
background-color: #C075CF;
}
.BgClassName
{
background-color: #C075CF;
}
</style>
border-color css
<style>
span { border-color: #C075CF; }
span { border-color: rgb(192,117,207); }
td.TdClassName
{
border-color: #C075CF;
}
.TagClassName
{
border-color: #C075CF;
}
</style>