Shades of Orchid #C87BCF
Tints of Orchid #C87BCF
RGB
CMYK
RGB Variations
Color information
#C87BCF (or 0xC87BCF) is known color: Orchid. HEX triplet: C8, 7B and CF. RGB value is (200,123,207). Sum of RGB (Red+Green+Blue) = 200+123+207=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #C87BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BCF is #378430. Grayscale: #9B9B9B. Windows color (decimal): -3638321 or 13597640. OLE color: 13597640.
HSL color Cylindrical-coordinate representation of color #C87BCF: hue angle of 295º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C87BCF is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 123 | 207 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.19 |
| HSL | 295º | 0.47% | 0.65% | - |
| HSV(B) | 295º | 0.41% | 0.81% | - |
| XYZ | 42.16 | 30.95 | 62.78 | - |
| YUV | 155.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 207 | 0.03 | 0.41 | 0 | 0.19 | 295 | 0.47 | 0.65 |
| Hex | C8 | 7B | CF | 3 | 29 | 0 | 13 | 127 | 2F | 41 |
| Octal | 310 | 173 | 317 | 3 | 51 | 0 | 23 | 447 | 57 | 101 |
| Binary | 11001000 | 1111011 | 11001111 | 11 | 101001 | 0 | 10011 | 100100111 | 101111 | 1000001 |
Color Harmonies of #C87BCF
Complementary color
Monochromatic Colors of #C87BCF
Black with #C87BCF
Text Example
Text Example
White with #C87BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BCF; }
p { color: rgb(200,123,207); }
H1.HeaderClassName
{
color: #C87BCF;
}
.AnyTagClassName
{
color: #C87BCF;
}
</style>
background-color css
<style>
a { background-color: #C87BCF; }
a { background-color: rgb(200,123,207); }
div.DivClassName
{
background-color: #C87BCF;
}
.BgClassName
{
background-color: #C87BCF;
}
</style>
border-color css
<style>
span { border-color: #C87BCF; }
span { border-color: rgb(200,123,207); }
td.TdClassName
{
border-color: #C87BCF;
}
.TagClassName
{
border-color: #C87BCF;
}
</style>