#C87EBF

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

Shades of Orchid #C87EBF

Tints of Orchid #C87EBF

Color information

#C87EBF (or 0xC87EBF) is unknown color: approx Orchid. HEX triplet: C8, 7E and BF. RGB value is (200,126,191). Sum of RGB (Red+Green+Blue) = 200+126+191=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EBF is #378140. Grayscale: #9B9B9B. Windows color (decimal): -3637569 or 12549832. OLE color: 12549832.

HSL color Cylindrical-coordinate representation of color #C87EBF: hue angle of 307.3º 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 #C87EBF is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB200126191-
CMYK00.370.040.22
HSL307.3º40.22%63.92%-
HSV(B)307.3º37%78.43%-
XYZ40.6830.9653.12-
YUV155.54148.02159.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.68%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 191 (75% from 255) = 36.94%
R=38.68%
G=24.37%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012619100.370.040.22307.340.2263.92
HexC87EBF0254161332840
Octal31017627704542646350100
Binary110010001111110101111110100101100101101001100111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87EBF; }

 p { color: rgb(200,126,191); }

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

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

 a { background-color: rgb(200,126,191); }

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

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

 span { border-color: rgb(200,126,191); }

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