#D871C1

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

Shades of Orchid #D871C1

Tints of Orchid #D871C1

Color information

#D871C1 (or 0xD871C1) is unknown color: approx Orchid. HEX triplet: D8, 71 and C1. RGB value is (216,113,193). Sum of RGB (Red+Green+Blue) = 216+113+193=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D871C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871C1 is #278E3E. Grayscale: #989898. Windows color (decimal): -2592319 or 12677592. OLE color: 12677592.

HSL color Cylindrical-coordinate representation of color #D871C1: hue angle of 313.4º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D871C1 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB216113193-
CMYK00.480.110.15
HSL313.4º56.91%64.51%-
HSV(B)313.4º47.69%84.71%-
XYZ43.8530.2653.98-
YUV152.92150.62173-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.38%
GREEN value IS 113 (44.53% from 255) = 21.65%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=41.38%
G=21.65%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611319300.480.110.15313.456.9164.51
HexD871C1030BF1393941
Octal330161301060131747171101
Binary110110001110001110000010110000101111111001110011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D871C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D871C1; }

 p { color: rgb(216,113,193); }

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

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

 a { background-color: rgb(216,113,193); }

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

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

 span { border-color: rgb(216,113,193); }

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