Shades of Orchid #C87FC4
Tints of Orchid #C87FC4
RGB
CMYK
RGB Variations
Color information
#C87FC4 (or 0xC87FC4) is known color: Orchid. HEX triplet: C8, 7F and C4. RGB value is (200,127,196). Sum of RGB (Red+Green+Blue) = 200+127+196=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FC4 is #37803B. Grayscale: #9C9C9C. Windows color (decimal): -3637308 or 12877768. OLE color: 12877768.
HSL color Cylindrical-coordinate representation of color #C87FC4: hue angle of 303.29º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87FC4 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 196 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.22 |
| HSL | 303.29º | 0.4% | 0.64% | - |
| HSV(B) | 303.29º | 0.37% | 0.78% | - |
| XYZ | 41.37 | 31.44 | 56.11 | - |
| YUV | 156.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 196 | 0 | 0.36 | 0.02 | 0.22 | 303.29 | 0.4 | 0.64 |
| Hex | C8 | 7F | C4 | 0 | 24 | 2 | 16 | 12F | 28 | 40 |
| Octal | 310 | 177 | 304 | 0 | 44 | 2 | 26 | 457 | 50 | 100 |
| Binary | 11001000 | 1111111 | 11000100 | 0 | 100100 | 10 | 10110 | 100101111 | 101000 | 1000000 |
Color Harmonies of #C87FC4
Complementary color
Monochromatic Colors of #C87FC4
Black with #C87FC4
Text Example
Text Example
White with #C87FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87FC4; }
p { color: rgb(200,127,196); }
H1.HeaderClassName
{
color: #C87FC4;
}
.AnyTagClassName
{
color: #C87FC4;
}
</style>
background-color css
<style>
a { background-color: #C87FC4; }
a { background-color: rgb(200,127,196); }
div.DivClassName
{
background-color: #C87FC4;
}
.BgClassName
{
background-color: #C87FC4;
}
</style>
border-color css
<style>
span { border-color: #C87FC4; }
span { border-color: rgb(200,127,196); }
td.TdClassName
{
border-color: #C87FC4;
}
.TagClassName
{
border-color: #C87FC4;
}
</style>