#D071DA

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

Shades of Orchid #D071DA

Tints of Orchid #D071DA

Color information

#D071DA (or 0xD071DA) is unknown color: approx Orchid. HEX triplet: D0, 71 and DA. RGB value is (208,113,218). Sum of RGB (Red+Green+Blue) = 208+113+218=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #D071DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071DA is #2F8E25. Grayscale: #999999. Windows color (decimal): -3116582 or 14315984. OLE color: 14315984.

HSL color Cylindrical-coordinate representation of color #D071DA: hue angle of 294.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D071DA is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208113218-
CMYK0.050.4800.15
HSL294.29º58.66%64.9%-
HSV(B)294.29º48.17%85.49%-
XYZ44.5730.2869.83-
YUV153.38164.47166.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 113 (44.53% from 255) = 20.96%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=38.59%
G=20.96%
B=40.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081132180.050.4800.15294.2958.6664.9
HexD071DA5300F1263b41
Octal32016133256001744673101
Binary11010000111000111011010101110000011111001001101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D071DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D071DA; }

 p { color: rgb(208,113,218); }

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

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

 a { background-color: rgb(208,113,218); }

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

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

 span { border-color: rgb(208,113,218); }

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