#D371E1

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

Shades of Orchid #D371E1

Tints of Orchid #D371E1

Color information

#D371E1 (or 0xD371E1) is unknown color: approx Orchid. HEX triplet: D3, 71 and E1. RGB value is (211,113,225). Sum of RGB (Red+Green+Blue) = 211+113+225=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 113 (44.53% from 255 or 20.58% 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 #D371E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D371E1 is #2C8E1E. Grayscale: #9A9A9A. Windows color (decimal): -2919967 or 14774739. OLE color: 14774739.

HSL color Cylindrical-coordinate representation of color #D371E1: hue angle of 292.5º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D371E1 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB211113225-
CMYK0.060.5000.12
HSL292.5º65.12%66.27%-
HSV(B)292.5º49.78%88.24%-
XYZ46.3631.174.79-
YUV155.07167.47167.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.43%
GREEN value IS 113 (44.53% from 255) = 20.58%
BLUE value IS 225 (88.28% from 255) = 40.98%
R=38.43%
G=20.58%
B=40.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111132250.060.5000.12292.565.1266.27
HexD371E16320C1244142
Octal323161341662014444101102
Binary110100111110001111000011101100100110010010010010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D371E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D371E1; }

 p { color: rgb(211,113,225); }

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

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

 a { background-color: rgb(211,113,225); }

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

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

 span { border-color: rgb(211,113,225); }

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