#D077CC

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

Shades of Orchid #D077CC

Tints of Orchid #D077CC

Color information

#D077CC (or 0xD077CC) is unknown color: approx Orchid. HEX triplet: D0, 77 and CC. RGB value is (208,119,204). Sum of RGB (Red+Green+Blue) = 208+119+204=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D077CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077CC is #2F8833. Grayscale: #9B9B9B. Windows color (decimal): -3115060 or 13400016. OLE color: 13400016.

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

Color convert

RGB208119204-
CMYK00.430.020.18
HSL302.7º48.63%64.12%-
HSV(B)302.7º42.79%81.57%-
XYZ43.5130.9660.81-
YUV155.3155.49165.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.17%
GREEN value IS 119 (46.88% from 255) = 22.41%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=39.17%
G=22.41%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811920400.430.020.18302.748.6364.12
HexD077CC02B21212f3140
Octal32016731405322245761100
Binary11010000111011111001100010101110100101001011111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D077CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D077CC; }

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

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

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

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

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

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

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

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