#D477E2

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

Shades of Orchid #D477E2

Tints of Orchid #D477E2

Color information

#D477E2 (or 0xD477E2) is unknown color: approx Orchid. HEX triplet: D4, 77 and E2. RGB value is (212,119,226). Sum of RGB (Red+Green+Blue) = 212+119+226=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 226 - color contains mainly: blue. Hex color #D477E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477E2 is #2B881D. Grayscale: #9E9E9E. Windows color (decimal): -2852894 or 14841812. OLE color: 14841812.

HSL color Cylindrical-coordinate representation of color #D477E2: hue angle of 292.15º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D477E2 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB212119226-
CMYK0.060.4700.11
HSL292.15º64.85%67.65%-
HSV(B)292.15º47.35%88.63%-
XYZ47.4832.6875.76-
YUV159165.81165.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 119 (46.88% from 255) = 21.36%
BLUE value IS 226 (88.67% from 255) = 40.57%
R=38.06%
G=21.36%
B=40.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2121192260.060.4700.11292.1564.8567.65
HexD477E262F0B1244144
Octal324167342657013444101104
Binary110101001110111111000101101011110101110010010010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D477E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D477E2; }

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

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

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

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

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

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

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

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