#D077C7

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

Shades of Orchid #D077C7

Tints of Orchid #D077C7

Color information

#D077C7 (or 0xD077C7) is unknown color: approx Orchid. HEX triplet: D0, 77 and C7. RGB value is (208,119,199). Sum of RGB (Red+Green+Blue) = 208+119+199=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D077C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077C7 is #2F8838. Grayscale: #9A9A9A. Windows color (decimal): -3115065 or 13072336. OLE color: 13072336.

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

Color convert

RGB208119199-
CMYK00.430.040.18
HSL306.07º48.63%64.12%-
HSV(B)306.07º42.79%81.57%-
XYZ42.9230.7357.7-
YUV154.73152.99166-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 119 (46.88% from 255) = 22.62%
BLUE value IS 199 (78.12% from 255) = 37.83%
R=39.54%
G=22.62%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811919900.430.040.18306.0748.6364.12
HexD077C702B4121323140
Octal32016730705342246261100
Binary110100001110111110001110101011100100101001100101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D077C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D077C7; }

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

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

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

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

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

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

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

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