Shades of Orchid #C87CCB
Tints of Orchid #C87CCB
RGB
CMYK
RGB Variations
Color information
#C87CCB (or 0xC87CCB) is known color: Orchid. HEX triplet: C8, 7C and CB. RGB value is (200,124,203). Sum of RGB (Red+Green+Blue) = 200+124+203=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #C87CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CCB is #378334. Grayscale: #9B9B9B. Windows color (decimal): -3638069 or 13335752. OLE color: 13335752.
HSL color Cylindrical-coordinate representation of color #C87CCB: hue angle of 297.72º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87CCB is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 124 | 203 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.20 |
| HSL | 297.72º | 0.43% | 0.64% | - |
| HSV(B) | 297.72º | 0.39% | 0.8% | - |
| XYZ | 41.81 | 31.01 | 60.28 | - |
| YUV | 155.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 203 | 0.01 | 0.39 | 0 | 0.20 | 297.72 | 0.43 | 0.64 |
| Hex | C8 | 7C | CB | 1 | 27 | 0 | 14 | 12A | 2B | 40 |
| Octal | 310 | 174 | 313 | 1 | 47 | 0 | 24 | 452 | 53 | 100 |
| Binary | 11001000 | 1111100 | 11001011 | 1 | 100111 | 0 | 10100 | 100101010 | 101011 | 1000000 |
Color Harmonies of #C87CCB
Complementary color
Monochromatic Colors of #C87CCB
Black with #C87CCB
Text Example
Text Example
White with #C87CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CCB; }
p { color: rgb(200,124,203); }
H1.HeaderClassName
{
color: #C87CCB;
}
.AnyTagClassName
{
color: #C87CCB;
}
</style>
background-color css
<style>
a { background-color: #C87CCB; }
a { background-color: rgb(200,124,203); }
div.DivClassName
{
background-color: #C87CCB;
}
.BgClassName
{
background-color: #C87CCB;
}
</style>
border-color css
<style>
span { border-color: #C87CCB; }
span { border-color: rgb(200,124,203); }
td.TdClassName
{
border-color: #C87CCB;
}
.TagClassName
{
border-color: #C87CCB;
}
</style>