#D073DA

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

Shades of Orchid #D073DA

Tints of Orchid #D073DA

Color information

#D073DA (or 0xD073DA) is unknown color: approx Orchid. HEX triplet: D0, 73 and DA. RGB value is (208,115,218). Sum of RGB (Red+Green+Blue) = 208+115+218=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #D073DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073DA is #2F8C25. Grayscale: #9A9A9A. Windows color (decimal): -3116070 or 14316496. OLE color: 14316496.

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

Color convert

RGB208115218-
CMYK0.050.4700.15
HSL294.17º58.19%65.29%-
HSV(B)294.17º47.25%85.49%-
XYZ44.830.7369.9-
YUV154.55163.81166.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 115 (45.31% from 255) = 21.26%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=38.45%
G=21.26%
B=40.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081152180.050.4700.15294.1758.1965.29
HexD073DA52F0F1263a41
Octal32016333255701744672101
Binary11010000111001111011010101101111011111001001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073DA; }

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

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

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

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

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

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

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

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