#D380DD

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

Shades of Orchid #D380DD

Tints of Orchid #D380DD

Color information

#D380DD (or 0xD380DD) is unknown color: approx Orchid. HEX triplet: D3, 80 and DD. RGB value is (211,128,221). Sum of RGB (Red+Green+Blue) = 211+128+221=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #D380DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380DD is #2C7F22. Grayscale: #A3A3A3. Windows color (decimal): -2916131 or 14516435. OLE color: 14516435.

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

Color convert

RGB211128221-
CMYK0.050.4200.13
HSL293.55º57.76%68.43%-
HSV(B)293.55º42.08%86.67%-
XYZ47.6334.5172.56-
YUV163.42160.5161.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.68%
GREEN value IS 128 (50.39% from 255) = 22.86%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=37.68%
G=22.86%
B=39.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111282210.050.4200.13293.5557.7668.43
HexD380DD52A0D1263a44
Octal32320033555201544672104
Binary110100111000000011011101101101010011011001001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D380DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D380DD; }

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

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

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

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

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

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

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

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