#d281d6

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

Shades of Orchid #D281D6

Tints of Orchid #D281D6

Color information

#D281D6 (or 0xD281D6) is unknown color: approx Orchid. HEX triplet: D2, 81 and D6. RGB value is (210,129,214). Sum of RGB (Red+Green+Blue) = 210+129+214=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #D281D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281D6 is #2D7E29. Grayscale: #A2A2A2. Windows color (decimal): -2981418 or 14057938. OLE color: 14057938.

HSL color Cylindrical-coordinate representation of color #D281D6: hue angle of 297.18º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D281D6 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210129214-
CMYK0.020.4000.16
HSL297.18º50.9%67.25%-
HSV(B)297.18º39.72%83.92%-
XYZ46.5734.2667.78-
YUV162.91156.84161.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=37.97%
G=23.33%
B=38.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101292140.020.4000.16297.1850.967.25
HexD281D62280101293343
Octal32220132625002045163103
Binary110100101000000111010110101010000100001001010011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d281d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d281d6; }

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

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

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

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

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

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

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

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