#d073d7

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

Shades of Orchid #D073D7

Tints of Orchid #D073D7

Color information

#D073D7 (or 0xD073D7) is unknown color: approx Orchid. HEX triplet: D0, 73 and D7. RGB value is (208,115,215). Sum of RGB (Red+Green+Blue) = 208+115+215=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 215 - color contains mainly: blue. Hex color #D073D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073D7 is #2F8C28. Grayscale: #999999. Windows color (decimal): -3116073 or 14119888. OLE color: 14119888.

HSL color Cylindrical-coordinate representation of color #D073D7: hue angle of 295.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D073D7 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208115215-
CMYK0.030.4700.16
HSL295.8º55.56%64.71%-
HSV(B)295.8º46.51%84.31%-
XYZ44.4130.5867.85-
YUV154.21162.31166.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.66%
GREEN value IS 115 (45.31% from 255) = 21.38%
BLUE value IS 215 (84.38% from 255) = 39.96%
R=38.66%
G=21.38%
B=39.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081152150.030.4700.16295.855.5664.71
HexD073D732F0101283841
Octal32016332735702045070101
Binary11010000111001111010111111011110100001001010001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d073d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d073d7; }

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

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

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

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

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

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

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

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