Shades of Orchid #C76ACB
Tints of Orchid #C76ACB
RGB
CMYK
RGB Variations
Color information
#C76ACB (or 0xC76ACB) is known color: Orchid. HEX triplet: C7, 6A and CB. RGB value is (199,106,203). Sum of RGB (Red+Green+Blue) = 199+106+203=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #C76ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ACB is #389534. Grayscale: #909090. Windows color (decimal): -3708213 or 13331143. OLE color: 13331143.
HSL color Cylindrical-coordinate representation of color #C76ACB: hue angle of 297.53º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76ACB is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 106 | 203 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.20 |
| HSL | 297.53º | 0.48% | 0.61% | - |
| HSV(B) | 297.53º | 0.48% | 0.8% | - |
| XYZ | 39.49 | 26.76 | 59.58 | - |
| YUV | 144.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 203 | 0.02 | 0.48 | 0 | 0.20 | 297.53 | 0.48 | 0.61 |
| Hex | C7 | 6A | CB | 2 | 30 | 0 | 14 | 12A | 30 | 3D |
| Octal | 307 | 152 | 313 | 2 | 60 | 0 | 24 | 452 | 60 | 75 |
| Binary | 11000111 | 1101010 | 11001011 | 10 | 110000 | 0 | 10100 | 100101010 | 110000 | 111101 |
Color Harmonies of #C76ACB
Complementary color
Monochromatic Colors of #C76ACB
Black with #C76ACB
Text Example
Text Example
White with #C76ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76ACB; }
p { color: rgb(199,106,203); }
H1.HeaderClassName
{
color: #C76ACB;
}
.AnyTagClassName
{
color: #C76ACB;
}
</style>
background-color css
<style>
a { background-color: #C76ACB; }
a { background-color: rgb(199,106,203); }
div.DivClassName
{
background-color: #C76ACB;
}
.BgClassName
{
background-color: #C76ACB;
}
</style>
border-color css
<style>
span { border-color: #C76ACB; }
span { border-color: rgb(199,106,203); }
td.TdClassName
{
border-color: #C76ACB;
}
.TagClassName
{
border-color: #C76ACB;
}
</style>