#C87EC3

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

Shades of Orchid #C87EC3

Tints of Orchid #C87EC3

Color information

#C87EC3 (or 0xC87EC3) is unknown color: approx Orchid. HEX triplet: C8, 7E and C3. RGB value is (200,126,195). Sum of RGB (Red+Green+Blue) = 200+126+195=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EC3 is #37813C. Grayscale: #9B9B9B. Windows color (decimal): -3637565 or 12811976. OLE color: 12811976.

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

Color convert

RGB200126195-
CMYK00.370.020.22
HSL304.05º40.22%63.92%-
HSV(B)304.05º37%78.43%-
XYZ41.1331.1455.47-
YUV155.99150.02159.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 195 (76.56% from 255) = 37.43%
R=38.39%
G=24.18%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012619500.370.020.22304.0540.2263.92
HexC87EC30252161302840
Octal31017630304522646050100
Binary11001000111111011000011010010110101101001100001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87EC3; }

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

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

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

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

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

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

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

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