#D281D0

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

Shades of Orchid #D281D0

Tints of Orchid #D281D0

Color information

#D281D0 (or 0xD281D0) is unknown color: approx Orchid. HEX triplet: D2, 81 and D0. RGB value is (210,129,208). Sum of RGB (Red+Green+Blue) = 210+129+208=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D281D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281D0 is #2D7E2F. Grayscale: #A1A1A1. Windows color (decimal): -2981424 or 13664722. OLE color: 13664722.

HSL color Cylindrical-coordinate representation of color #D281D0: hue angle of 301.48º degrees, saturation: 0.47, 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 #D281D0 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210129208-
CMYK00.390.010.18
HSL301.48º47.37%66.47%-
HSV(B)301.48º38.57%82.35%-
XYZ45.8133.9663.81-
YUV162.22153.84162.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 129 (50.78% from 255) = 23.58%
BLUE value IS 208 (81.64% from 255) = 38.03%
R=38.39%
G=23.58%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012920800.390.010.18301.4847.3766.47
HexD281D002711212d2f42
Octal32220132004712245557102
Binary11010010100000011101000001001111100101001011011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281D0; }

 p { color: rgb(210,129,208); }

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

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

 a { background-color: rgb(210,129,208); }

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

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

 span { border-color: rgb(210,129,208); }

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