#C87DE1

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

Shades of Orchid #C87DE1

Tints of Orchid #C87DE1

Color information

#C87DE1 (or 0xC87DE1) is unknown color: approx Orchid. HEX triplet: C8, 7D and E1. RGB value is (200,125,225). Sum of RGB (Red+Green+Blue) = 200+125+225=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #C87DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DE1 is #37821E. Grayscale: #9E9E9E. Windows color (decimal): -3637791 or 14777800. OLE color: 14777800.

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

Color convert

RGB200125225-
CMYK0.110.4400.12
HSL285º62.5%68.63%-
HSV(B)285º44.44%88.24%-
XYZ44.7432.3875.13-
YUV158.83165.35157.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.36%
GREEN value IS 125 (49.22% from 255) = 22.73%
BLUE value IS 225 (88.28% from 255) = 40.91%
R=36.36%
G=22.73%
B=40.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001252250.110.4400.1228562.568.63
HexC87DE1B2C0C11d3e45
Octal310175341135401443576105
Binary110010001111101111000011011101100011001000111011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87DE1; }

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

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

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

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

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

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

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

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