#D281DC

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

Shades of Orchid #D281DC

Tints of Orchid #D281DC

Color information

#D281DC (or 0xD281DC) is unknown color: approx Orchid. HEX triplet: D2, 81 and DC. RGB value is (210,129,220). Sum of RGB (Red+Green+Blue) = 210+129+220=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #D281DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281DC is #2D7E23. Grayscale: #A3A3A3. Windows color (decimal): -2981412 or 14451154. OLE color: 14451154.

HSL color Cylindrical-coordinate representation of color #D281DC: hue angle of 293.41º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D281DC is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210129220-
CMYK0.050.4100.14
HSL293.41º56.52%68.43%-
HSV(B)293.41º41.36%86.27%-
XYZ47.3534.5771.89-
YUV163.59159.84161.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 129 (50.78% from 255) = 23.08%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=37.57%
G=23.08%
B=39.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101292200.050.4100.14293.4156.5268.43
HexD281DC5290E1253944
Octal32220133455101644571104
Binary110100101000000111011100101101001011101001001011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281DC; }

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

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

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

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

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

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

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

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