#D280D1

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

Shades of Orchid #D280D1

Tints of Orchid #D280D1

Color information

#D280D1 (or 0xD280D1) is unknown color: approx Orchid. HEX triplet: D2, 80 and D1. RGB value is (210,128,209). Sum of RGB (Red+Green+Blue) = 210+128+209=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D280D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280D1 is #2D7F2E. Grayscale: #A1A1A1. Windows color (decimal): -2981679 or 13730002. OLE color: 13730002.

HSL color Cylindrical-coordinate representation of color #D280D1: hue angle of 300.73º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D280D1 is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB210128209-
CMYK00.390.000.18
HSL300.73º47.67%66.27%-
HSV(B)300.73º39.05%82.35%-
XYZ45.8133.7464.42-
YUV161.75154.67162.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=38.39%
G=23.40%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012820900.390.000.18300.7347.6766.27
HexD280D102701212d3042
Octal32220032104702245560102
Binary11010010100000001101000101001110100101001011011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D280D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D280D1; }

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

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

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

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

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

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

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

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