#D074B4

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

Shades of Orchid #D074B4

Tints of Orchid #D074B4

Color information

#D074B4 (or 0xD074B4) is unknown color: approx Orchid. HEX triplet: D0, 74 and B4. RGB value is (208,116,180). Sum of RGB (Red+Green+Blue) = 208+116+180=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D074B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074B4 is #2F8B4B. Grayscale: #969696. Windows color (decimal): -3115852 or 11826384. OLE color: 11826384.

HSL color Cylindrical-coordinate representation of color #D074B4: hue angle of 318.26º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D074B4 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB208116180-
CMYK00.440.130.18
HSL318.26º49.46%63.53%-
HSV(B)318.26º44.23%81.57%-
XYZ40.529.246.68-
YUV150.8144.48168.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 116 (45.70% from 255) = 23.02%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=41.27%
G=23.02%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811618000.440.130.18318.2649.4663.53
HexD074B402CD1213e3140
Octal320164264054152247661100
Binary1101000011101001011010001011001101100101001111101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D074B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D074B4; }

 p { color: rgb(208,116,180); }

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

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

 a { background-color: rgb(208,116,180); }

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

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

 span { border-color: rgb(208,116,180); }

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