Shades of Orchid #C87ADC
Tints of Orchid #C87ADC
RGB
CMYK
RGB Variations
Color information
#C87ADC (or 0xC87ADC) is known color: Orchid. HEX triplet: C8, 7A and DC. RGB value is (200,122,220). Sum of RGB (Red+Green+Blue) = 200+122+220=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #C87ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ADC is #378523. Grayscale: #9C9C9C. Windows color (decimal): -3638564 or 14449352. OLE color: 14449352.
HSL color Cylindrical-coordinate representation of color #C87ADC: hue angle of 287.76º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C87ADC is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 122 | 220 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.14 |
| HSL | 287.76º | 0.58% | 0.67% | - |
| HSV(B) | 287.76º | 0.45% | 0.86% | - |
| XYZ | 43.7 | 31.37 | 71.46 | - |
| YUV | 156.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 220 | 0.09 | 0.45 | 0 | 0.14 | 287.76 | 0.58 | 0.67 |
| Hex | C8 | 7A | DC | 9 | 2D | 0 | E | 120 | 3A | 43 |
| Octal | 310 | 172 | 334 | 11 | 55 | 0 | 16 | 440 | 72 | 103 |
| Binary | 11001000 | 1111010 | 11011100 | 1001 | 101101 | 0 | 1110 | 100100000 | 111010 | 1000011 |
Color Harmonies of #C87ADC
Complementary color
Monochromatic Colors of #C87ADC
Black with #C87ADC
Text Example
Text Example
White with #C87ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87ADC; }
p { color: rgb(200,122,220); }
H1.HeaderClassName
{
color: #C87ADC;
}
.AnyTagClassName
{
color: #C87ADC;
}
</style>
background-color css
<style>
a { background-color: #C87ADC; }
a { background-color: rgb(200,122,220); }
div.DivClassName
{
background-color: #C87ADC;
}
.BgClassName
{
background-color: #C87ADC;
}
</style>
border-color css
<style>
span { border-color: #C87ADC; }
span { border-color: rgb(200,122,220); }
td.TdClassName
{
border-color: #C87ADC;
}
.TagClassName
{
border-color: #C87ADC;
}
</style>