Shades of Orchid #C87ABC
Tints of Orchid #C87ABC
RGB
CMYK
RGB Variations
Color information
#C87ABC (or 0xC87ABC) is known color: Orchid. HEX triplet: C8, 7A and BC. RGB value is (200,122,188). Sum of RGB (Red+Green+Blue) = 200+122+188=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C87ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ABC is #378543. Grayscale: #989898. Windows color (decimal): -3638596 or 12352200. OLE color: 12352200.
HSL color Cylindrical-coordinate representation of color #C87ABC: hue angle of 309.23º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87ABC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 188 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.22 |
| HSL | 309.23º | 0.41% | 0.63% | - |
| HSV(B) | 309.23º | 0.39% | 0.78% | - |
| XYZ | 39.86 | 29.83 | 51.23 | - |
| YUV | 152.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 188 | 0 | 0.39 | 0.06 | 0.22 | 309.23 | 0.41 | 0.63 |
| Hex | C8 | 7A | BC | 0 | 27 | 6 | 16 | 135 | 29 | 3F |
| Octal | 310 | 172 | 274 | 0 | 47 | 6 | 26 | 465 | 51 | 77 |
| Binary | 11001000 | 1111010 | 10111100 | 0 | 100111 | 110 | 10110 | 100110101 | 101001 | 111111 |
Color Harmonies of #C87ABC
Complementary color
Monochromatic Colors of #C87ABC
Black with #C87ABC
Text Example
Text Example
White with #C87ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87ABC; }
p { color: rgb(200,122,188); }
H1.HeaderClassName
{
color: #C87ABC;
}
.AnyTagClassName
{
color: #C87ABC;
}
</style>
background-color css
<style>
a { background-color: #C87ABC; }
a { background-color: rgb(200,122,188); }
div.DivClassName
{
background-color: #C87ABC;
}
.BgClassName
{
background-color: #C87ABC;
}
</style>
border-color css
<style>
span { border-color: #C87ABC; }
span { border-color: rgb(200,122,188); }
td.TdClassName
{
border-color: #C87ABC;
}
.TagClassName
{
border-color: #C87ABC;
}
</style>