#D77CDE

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

Shades of Orchid #D77CDE

Tints of Orchid #D77CDE

Color information

#D77CDE (or 0xD77CDE) is unknown color: approx Orchid. HEX triplet: D7, 7C and DE. RGB value is (215,124,222). Sum of RGB (Red+Green+Blue) = 215+124+222=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #D77CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CDE is #288321. Grayscale: #A2A2A2. Windows color (decimal): -2655010 or 14580951. OLE color: 14580951.

HSL color Cylindrical-coordinate representation of color #D77CDE: hue angle of 295.71º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77CDE is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215124222-
CMYK0.030.4400.13
HSL295.71º59.76%67.84%-
HSV(B)295.71º44.14%87.06%-
XYZ48.4234.1473.14-
YUV162.38161.65165.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 124 (48.83% from 255) = 22.10%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=38.32%
G=22.10%
B=39.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151242220.030.4400.13295.7159.7667.84
HexD77CDE32C0D1283c44
Octal32717433635401545074104
Binary1101011111111001101111011101100011011001010001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77CDE; }

 p { color: rgb(215,124,222); }

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

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

 a { background-color: rgb(215,124,222); }

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

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

 span { border-color: rgb(215,124,222); }

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