#D077D1

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

Shades of Orchid #D077D1

Tints of Orchid #D077D1

Color information

#D077D1 (or 0xD077D1) is unknown color: approx Orchid. HEX triplet: D0, 77 and D1. RGB value is (208,119,209). Sum of RGB (Red+Green+Blue) = 208+119+209=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #D077D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077D1 is #2F882E. Grayscale: #9B9B9B. Windows color (decimal): -3115055 or 13727696. OLE color: 13727696.

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

Color convert

RGB208119209-
CMYK0.000.4300.18
HSL299.33º49.45%64.31%-
HSV(B)299.33º43.06%81.96%-
XYZ44.1231.2164.02-
YUV155.87157.99165.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 119 (46.88% from 255) = 22.20%
BLUE value IS 209 (82.03% from 255) = 38.99%
R=38.81%
G=22.20%
B=38.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081192090.000.4300.18299.3349.4564.31
HexD077D102B01212b3140
Octal32016732105302245361100
Binary1101000011101111101000101010110100101001010111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D077D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D077D1; }

 p { color: rgb(208,119,209); }

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

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

 a { background-color: rgb(208,119,209); }

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

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

 span { border-color: rgb(208,119,209); }

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