#D073C2

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

Shades of Orchid #D073C2

Tints of Orchid #D073C2

Color information

#D073C2 (or 0xD073C2) is unknown color: approx Orchid. HEX triplet: D0, 73 and C2. RGB value is (208,115,194). Sum of RGB (Red+Green+Blue) = 208+115+194=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D073C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073C2 is #2F8C3D. Grayscale: #979797. Windows color (decimal): -3116094 or 12743632. OLE color: 12743632.

HSL color Cylindrical-coordinate representation of color #D073C2: hue angle of 309.03º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D073C2 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB208115194-
CMYK00.450.070.18
HSL309.03º49.73%63.33%-
HSV(B)309.03º44.71%81.57%-
XYZ41.8829.5754.54-
YUV151.81151.81168.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 115 (45.31% from 255) = 22.24%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=40.23%
G=22.24%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811519400.450.070.18309.0349.7363.33
HexD073C202D712135323f
Octal3201633020557224656277
Binary11010000111001111000010010110111110010100110101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073C2; }

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

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

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

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

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

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

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

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