#D381E4

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

Shades of Orchid #D381E4

Tints of Orchid #D381E4

Color information

#D381E4 (or 0xD381E4) is unknown color: approx Orchid. HEX triplet: D3, 81 and E4. RGB value is (211,129,228). Sum of RGB (Red+Green+Blue) = 211+129+228=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #D381E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381E4 is #2C7E1B. Grayscale: #A4A4A4. Windows color (decimal): -2915868 or 14975443. OLE color: 14975443.

HSL color Cylindrical-coordinate representation of color #D381E4: hue angle of 289.7º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D381E4 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB211129228-
CMYK0.070.4300.11
HSL289.7º64.71%70%-
HSV(B)289.7º43.42%89.41%-
XYZ48.7235.1577.62-
YUV164.8163.67160.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.15%
GREEN value IS 129 (50.78% from 255) = 22.71%
BLUE value IS 228 (89.45% from 255) = 40.14%
R=37.15%
G=22.71%
B=40.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2111292280.070.4300.11289.764.7170
HexD381E472B0B1224146
Octal323201344753013442101106
Binary1101001110000001111001001111010110101110010001010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D381E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D381E4; }

 p { color: rgb(211,129,228); }

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

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

 a { background-color: rgb(211,129,228); }

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

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

 span { border-color: rgb(211,129,228); }

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