#C87CE1

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

Shades of Orchid #C87CE1

Tints of Orchid #C87CE1

Color information

#C87CE1 (or 0xC87CE1) is unknown color: approx Orchid. HEX triplet: C8, 7C and E1. RGB value is (200,124,225). Sum of RGB (Red+Green+Blue) = 200+124+225=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #C87CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CE1 is #37831E. Grayscale: #9D9D9D. Windows color (decimal): -3638047 or 14777544. OLE color: 14777544.

HSL color Cylindrical-coordinate representation of color #C87CE1: hue angle of 285.15º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C87CE1 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB200124225-
CMYK0.110.4500.12
HSL285.15º62.73%68.43%-
HSV(B)285.15º44.89%88.24%-
XYZ44.6232.1375.08-
YUV158.24165.68157.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.43%
GREEN value IS 124 (48.83% from 255) = 22.59%
BLUE value IS 225 (88.28% from 255) = 40.98%
R=36.43%
G=22.59%
B=40.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001242250.110.4500.12285.1562.7368.43
HexC87CE1B2D0C11d3f44
Octal310174341135501443577104
Binary110010001111100111000011011101101011001000111011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87CE1; }

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

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

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

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

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

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

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

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