#C87EBB

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

Shades of Orchid #C87EBB

Tints of Orchid #C87EBB

Color information

#C87EBB (or 0xC87EBB) is unknown color: approx Orchid. HEX triplet: C8, 7E and BB. RGB value is (200,126,187). Sum of RGB (Red+Green+Blue) = 200+126+187=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EBB is #378144. Grayscale: #9A9A9A. Windows color (decimal): -3637573 or 12287688. OLE color: 12287688.

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

Color convert

RGB200126187-
CMYK00.370.060.22
HSL310.54º40.22%63.92%-
HSV(B)310.54º37%78.43%-
XYZ40.2530.7950.84-
YUV155.08146.02160.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 126 (49.61% from 255) = 24.56%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=38.99%
G=24.56%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012618700.370.060.22310.5440.2263.92
HexC87EBB0256161372840
Octal31017627304562646750100
Binary110010001111110101110110100101110101101001101111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87EBB; }

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

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

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

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

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

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

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

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