#D47DE4

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

Shades of Orchid #D47DE4

Tints of Orchid #D47DE4

Color information

#D47DE4 (or 0xD47DE4) is unknown color: approx Orchid. HEX triplet: D4, 7D and E4. RGB value is (212,125,228). Sum of RGB (Red+Green+Blue) = 212+125+228=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #D47DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DE4 is #2B821B. Grayscale: #A2A2A2. Windows color (decimal): -2851356 or 14974420. OLE color: 14974420.

HSL color Cylindrical-coordinate representation of color #D47DE4: hue angle of 290.68º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D47DE4 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB212125228-
CMYK0.070.4500.11
HSL290.68º65.61%69.22%-
HSV(B)290.68º45.18%89.41%-
XYZ48.4934.2777.46-
YUV162.76164.82163.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.52%
GREEN value IS 125 (49.22% from 255) = 22.12%
BLUE value IS 228 (89.45% from 255) = 40.35%
R=37.52%
G=22.12%
B=40.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2121252280.070.4500.11290.6865.6169.22
HexD47DE472D0B1234245
Octal324175344755013443102105
Binary110101001111101111001001111011010101110010001110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47DE4; }

 p { color: rgb(212,125,228); }

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

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

 a { background-color: rgb(212,125,228); }

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

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

 span { border-color: rgb(212,125,228); }

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