#D374DE

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

Shades of Orchid #D374DE

Tints of Orchid #D374DE

Color information

#D374DE (or 0xD374DE) is unknown color: approx Orchid. HEX triplet: D3, 74 and DE. RGB value is (211,116,222). Sum of RGB (Red+Green+Blue) = 211+116+222=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #D374DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D374DE is #2C8B21. Grayscale: #9C9C9C. Windows color (decimal): -2919202 or 14578899. OLE color: 14578899.

HSL color Cylindrical-coordinate representation of color #D374DE: hue angle of 293.77º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D374DE is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211116222-
CMYK0.050.4800.13
HSL293.77º61.63%66.27%-
HSV(B)293.77º47.75%87.06%-
XYZ46.2931.6172.77-
YUV156.49164.97166.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.43%
GREEN value IS 116 (45.70% from 255) = 21.13%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=38.43%
G=21.13%
B=40.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111162220.050.4800.13293.7761.6366.27
HexD374DE5300D1263e42
Octal32316433656001544676102
Binary11010011111010011011110101110000011011001001101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D374DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D374DE; }

 p { color: rgb(211,116,222); }

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

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

 a { background-color: rgb(211,116,222); }

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

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

 span { border-color: rgb(211,116,222); }

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