Shades of Orchid #C87ACC
Tints of Orchid #C87ACC
RGB
CMYK
RGB Variations
Color information
#C87ACC (or 0xC87ACC) is known color: Orchid. HEX triplet: C8, 7A and CC. RGB value is (200,122,204). Sum of RGB (Red+Green+Blue) = 200+122+204=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #C87ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ACC is #378533. Grayscale: #9A9A9A. Windows color (decimal): -3638580 or 13400776. OLE color: 13400776.
HSL color Cylindrical-coordinate representation of color #C87ACC: hue angle of 297.07º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87ACC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 122 | 204 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.2 |
| HSL | 297.07º | 0.45% | 0.64% | - |
| HSV(B) | 297.07º | 0.4% | 0.8% | - |
| XYZ | 41.68 | 30.56 | 60.83 | - |
| YUV | 154.67 | 155.84 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 204 | 0.02 | 0.40 | 0 | 0.2 | 297.07 | 0.45 | 0.64 |
| Hex | C8 | 7A | CC | 2 | 28 | 0 | 14 | 129 | 2D | 40 |
| Octal | 310 | 172 | 314 | 2 | 50 | 0 | 24 | 451 | 55 | 100 |
| Binary | 11001000 | 1111010 | 11001100 | 10 | 101000 | 0 | 10100 | 100101001 | 101101 | 1000000 |
Color Harmonies of #C87ACC
Complementary color
Monochromatic Colors of #C87ACC
Black with #C87ACC
Text Example
Text Example
White with #C87ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87ACC; }
p { color: rgb(200,122,204); }
H1.HeaderClassName
{
color: #C87ACC;
}
.AnyTagClassName
{
color: #C87ACC;
}
</style>
background-color css
<style>
a { background-color: #C87ACC; }
a { background-color: rgb(200,122,204); }
div.DivClassName
{
background-color: #C87ACC;
}
.BgClassName
{
background-color: #C87ACC;
}
</style>
border-color css
<style>
span { border-color: #C87ACC; }
span { border-color: rgb(200,122,204); }
td.TdClassName
{
border-color: #C87ACC;
}
.TagClassName
{
border-color: #C87ACC;
}
</style>