#D373E1

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

Shades of Orchid #D373E1

Tints of Orchid #D373E1

Color information

#D373E1 (or 0xD373E1) is unknown color: approx Orchid. HEX triplet: D3, 73 and E1. RGB value is (211,115,225). Sum of RGB (Red+Green+Blue) = 211+115+225=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #D373E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D373E1 is #2C8C1E. Grayscale: #9B9B9B. Windows color (decimal): -2919455 or 14775251. OLE color: 14775251.

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

Color convert

RGB211115225-
CMYK0.060.4900.12
HSL292.36º64.71%66.67%-
HSV(B)292.36º48.89%88.24%-
XYZ46.5931.5574.87-
YUV156.24166.8167.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.29%
GREEN value IS 115 (45.31% from 255) = 20.87%
BLUE value IS 225 (88.28% from 255) = 40.83%
R=38.29%
G=20.87%
B=40.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111152250.060.4900.12292.3664.7166.67
HexD373E16310C1244143
Octal323163341661014444101103
Binary110100111110011111000011101100010110010010010010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D373E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D373E1; }

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

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

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

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

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

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

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

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