#c87ce2

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

Shades of Orchid #C87CE2

Tints of Orchid #C87CE2

Color information

#C87CE2 (or 0xC87CE2) is unknown color: approx Orchid. HEX triplet: C8, 7C and E2. RGB value is (200,124,226). Sum of RGB (Red+Green+Blue) = 200+124+226=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #C87CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CE2 is #37831D. Grayscale: #9E9E9E. Windows color (decimal): -3638046 or 14843080. OLE color: 14843080.

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

Color convert

RGB200124226-
CMYK0.120.4500.11
HSL284.71º63.75%68.63%-
HSV(B)284.71º45.13%88.63%-
XYZ44.7532.1975.81-
YUV158.35166.18157.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.36%
GREEN value IS 124 (48.83% from 255) = 22.55%
BLUE value IS 226 (88.67% from 255) = 41.09%
R=36.36%
G=22.55%
B=41.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2001242260.120.4500.11284.7163.7568.63
HexC87CE2C2D0B11d4045
Octal3101743421455013435100105
Binary1100100011111001110001011001011010101110001110110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c87ce2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c87ce2; }

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

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

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

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

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

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

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

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