#D477E0

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

Shades of Orchid #D477E0

Tints of Orchid #D477E0

Color information

#D477E0 (or 0xD477E0) is unknown color: approx Orchid. HEX triplet: D4, 77 and E0. RGB value is (212,119,224). Sum of RGB (Red+Green+Blue) = 212+119+224=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #D477E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477E0 is #2B881F. Grayscale: #9E9E9E. Windows color (decimal): -2852896 or 14710740. OLE color: 14710740.

HSL color Cylindrical-coordinate representation of color #D477E0: hue angle of 293.14º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D477E0 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212119224-
CMYK0.050.4700.12
HSL293.14º62.87%67.25%-
HSV(B)293.14º46.88%87.84%-
XYZ47.232.5774.32-
YUV158.78164.81165.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 119 (46.88% from 255) = 21.44%
BLUE value IS 224 (87.89% from 255) = 40.36%
R=38.20%
G=21.44%
B=40.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121192240.050.4700.12293.1462.8767.25
HexD477E052F0C1253f43
Octal32416734055701444577103
Binary11010100111011111100000101101111011001001001011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D477E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D477E0; }

 p { color: rgb(212,119,224); }

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

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

 a { background-color: rgb(212,119,224); }

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

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

 span { border-color: rgb(212,119,224); }

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