#D073C4

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

Shades of Orchid #D073C4

Tints of Orchid #D073C4

Color information

#D073C4 (or 0xD073C4) is unknown color: approx Orchid. HEX triplet: D0, 73 and C4. RGB value is (208,115,196). Sum of RGB (Red+Green+Blue) = 208+115+196=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D073C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073C4 is #2F8C3B. Grayscale: #979797. Windows color (decimal): -3116092 or 12874704. OLE color: 12874704.

HSL color Cylindrical-coordinate representation of color #D073C4: hue angle of 307.74º 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 #D073C4 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB208115196-
CMYK00.450.060.18
HSL307.74º49.73%63.33%-
HSV(B)307.74º44.71%81.57%-
XYZ42.1129.6655.73-
YUV152.04152.81167.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 115 (45.31% from 255) = 22.16%
BLUE value IS 196 (76.95% from 255) = 37.76%
R=40.08%
G=22.16%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811519600.450.060.18307.7449.7363.33
HexD073C402D612134323f
Octal3201633040556224646277
Binary11010000111001111000100010110111010010100110100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073C4; }

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

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

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

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

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

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

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

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