#D078B5

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

Shades of Orchid #D078B5

Tints of Orchid #D078B5

Color information

#D078B5 (or 0xD078B5) is unknown color: approx Orchid. HEX triplet: D0, 78 and B5. RGB value is (208,120,181). Sum of RGB (Red+Green+Blue) = 208+120+181=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D078B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078B5 is #2F874A. Grayscale: #999999. Windows color (decimal): -3114827 or 11892944. OLE color: 11892944.

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

Color convert

RGB208120181-
CMYK00.420.130.18
HSL318.41º48.35%64.31%-
HSV(B)318.41º42.31%81.57%-
XYZ41.0730.1847.38-
YUV153.27143.65167.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 120 (47.27% from 255) = 23.58%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=40.86%
G=23.58%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812018100.420.130.18318.4148.3564.31
HexD078B502AD1213e3040
Octal320170265052152247660100
Binary1101000011110001011010101010101101100101001111101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D078B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D078B5; }

 p { color: rgb(208,120,181); }

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

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

 a { background-color: rgb(208,120,181); }

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

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

 span { border-color: rgb(208,120,181); }

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