#C87CBA

Color #C87CBA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C87CBA

Tints of Orchid #C87CBA

Color information

#C87CBA (or 0xC87CBA) is unknown color: approx Orchid. HEX triplet: C8, 7C and BA. RGB value is (200,124,186). Sum of RGB (Red+Green+Blue) = 200+124+186=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CBA is #378345. Grayscale: #999999. Windows color (decimal): -3638086 or 12221640. OLE color: 12221640.

HSL color Cylindrical-coordinate representation of color #C87CBA: hue angle of 311.05º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87CBA is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB200124186-
CMYK00.380.070.22
HSL311.05º40.86%63.53%-
HSV(B)311.05º38%78.43%-
XYZ39.8930.2450.19-
YUV153.79146.18160.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 124 (48.83% from 255) = 24.31%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=39.22%
G=24.31%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012418600.380.070.22311.0540.8663.53
HexC87CBA0267161372940
Octal31017427204672646751100
Binary110010001111100101110100100110111101101001101111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87CBA; }

 p { color: rgb(200,124,186); }

 H1.HeaderClassName
 {
   color: #C87CBA;
 }
 .AnyTagClassName
 {
   color: #C87CBA;
 }
</style>
background-color css

<style>
 a { background-color: #C87CBA; }

 a { background-color: rgb(200,124,186); }

 div.DivClassName
 {
   background-color: #C87CBA;
 }
 .BgClassName
 {
   background-color: #C87CBA;
 }
</style>
border-color css

<style>
 span { border-color: #C87CBA; }

 span { border-color: rgb(200,124,186); }

 td.TdClassName
 {
   border-color: #C87CBA;
 }
 .TagClassName
 {
   border-color: #C87CBA;
 }
</style>