#D380D1

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

Shades of Orchid #D380D1

Tints of Orchid #D380D1

Color information

#D380D1 (or 0xD380D1) is unknown color: approx Orchid. HEX triplet: D3, 80 and D1. RGB value is (211,128,209). Sum of RGB (Red+Green+Blue) = 211+128+209=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 211 - color contains mainly: red. Hex color #D380D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380D1 is #2C7F2E. Grayscale: #A1A1A1. Windows color (decimal): -2916143 or 13730003. OLE color: 13730003.

HSL color Cylindrical-coordinate representation of color #D380D1: hue angle of 301.45º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D380D1 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB211128209-
CMYK00.390.010.17
HSL301.45º48.54%66.47%-
HSV(B)301.45º39.34%82.75%-
XYZ46.0933.8964.43-
YUV162.05154.5162.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.50%
GREEN value IS 128 (50.39% from 255) = 23.36%
BLUE value IS 209 (82.03% from 255) = 38.14%
R=38.50%
G=23.36%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112820900.390.010.17301.4548.5466.47
HexD380D102711112d3142
Octal32320032104712145561102
Binary11010011100000001101000101001111100011001011011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D380D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D380D1; }

 p { color: rgb(211,128,209); }

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

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

 a { background-color: rgb(211,128,209); }

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

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

 span { border-color: rgb(211,128,209); }

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