Shades of Orchid #C07BCF
Tints of Orchid #C07BCF
RGB
CMYK
RGB Variations
Color information
#C07BCF (or 0xC07BCF) is known color: Orchid. HEX triplet: C0, 7B and CF. RGB value is (192,123,207). Sum of RGB (Red+Green+Blue) = 192+123+207=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #C07BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BCF is #3F8430. Grayscale: #989898. Windows color (decimal): -4162609 or 13597632. OLE color: 13597632.
HSL color Cylindrical-coordinate representation of color #C07BCF: hue angle of 289.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07BCF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 123 | 207 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.19 |
| HSL | 289.29º | 0.47% | 0.65% | - |
| HSV(B) | 289.29º | 0.41% | 0.81% | - |
| XYZ | 40.08 | 29.88 | 62.69 | - |
| YUV | 153.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 207 | 0.07 | 0.41 | 0 | 0.19 | 289.29 | 0.47 | 0.65 |
| Hex | C0 | 7B | CF | 7 | 29 | 0 | 13 | 121 | 2F | 41 |
| Octal | 300 | 173 | 317 | 7 | 51 | 0 | 23 | 441 | 57 | 101 |
| Binary | 11000000 | 1111011 | 11001111 | 111 | 101001 | 0 | 10011 | 100100001 | 101111 | 1000001 |
Color Harmonies of #C07BCF
Complementary color
Monochromatic Colors of #C07BCF
Black with #C07BCF
Text Example
Text Example
White with #C07BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BCF; }
p { color: rgb(192,123,207); }
H1.HeaderClassName
{
color: #C07BCF;
}
.AnyTagClassName
{
color: #C07BCF;
}
</style>
background-color css
<style>
a { background-color: #C07BCF; }
a { background-color: rgb(192,123,207); }
div.DivClassName
{
background-color: #C07BCF;
}
.BgClassName
{
background-color: #C07BCF;
}
</style>
border-color css
<style>
span { border-color: #C07BCF; }
span { border-color: rgb(192,123,207); }
td.TdClassName
{
border-color: #C07BCF;
}
.TagClassName
{
border-color: #C07BCF;
}
</style>